From 4fcaa07ecf2222769e4713e8609102eb7d544c5a Mon Sep 17 00:00:00 2001 From: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:35:00 +0530 Subject: [PATCH 1/2] Update projects.json Signed-off-by: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> --- src/DB/projects.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/DB/projects.json b/src/DB/projects.json index 52d95aabb..297528512 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -125,7 +125,13 @@ "title": "temperature converter", "description": "This is the application for to convert the temperature from one unit to another unit.", "tech": ["JavaScript"] - } + }, + { + "link": "https://github.com/Parmesh119/Chat_App", + "title": "iChat_app", + "description": "This is the encrypted chat_application that is only accessible to those only who have writes to access it. No other can add or edit it.", + "tech": ["React.js", "JavaScript"] + }, ] }, { @@ -2874,4 +2880,4 @@ } ] } -] \ No newline at end of file +] From 72c895ff2aef775fa457f5f1fc9b1a2536df99c2 Mon Sep 17 00:00:00 2001 From: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:55:56 +0530 Subject: [PATCH 2/2] Update src/DB/projects.json Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Signed-off-by: Parmesh Bhatt <101285245+Parmesh119@users.noreply.github.com> --- src/DB/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DB/projects.json b/src/DB/projects.json index f2d6570b3..1e47f36e1 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -137,7 +137,7 @@ "title": "iChat_app", "description": "This is the encrypted chat_application that is only accessible to those only who have writes to access it. No other can add or edit it.", "tech": ["React.js", "JavaScript"] - }, + } ] }, {