From c81666d5ee1f9000f07e705b744d054abf29bda7 Mon Sep 17 00:00:00 2001 From: Avdhesh-Varshney <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:53:52 +0530 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20Time=20Watcher=20=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index e519d47e..6039d9b0 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3472,6 +3472,12 @@ "title": "Number To Words Convertor", "description": "This project can convert the entered number into international system of numbering instantly.", "tech": ["html", "css", "JAVASCRIPT"] + }, + { + "link": "https://github.com/Avdhesh-Varshney/TimeWatcher", + "title": "Time Watcher", + "description": "This project can tell you about how much time has gone from the entered date and time even in milli-seconds.", + "tech": ["HTML", "CSS", "JAVASCRIPT"] } ] }, From eeb4ed4a3248ba651be63c18ecdedb3ef737df87 Mon Sep 17 00:00:00 2001 From: Avdhesh <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:09:18 +0530 Subject: [PATCH 2/2] Update Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Signed-off-by: Avdhesh <114330097+Avdhesh-Varshney@users.noreply.github.com> --- DB/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/projects.json b/DB/projects.json index 6039d9b0..b89f76f7 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3477,7 +3477,7 @@ "link": "https://github.com/Avdhesh-Varshney/TimeWatcher", "title": "Time Watcher", "description": "This project can tell you about how much time has gone from the entered date and time even in milli-seconds.", - "tech": ["HTML", "CSS", "JAVASCRIPT"] + "tech": ["html", "css", "javascript"] } ] },