From efadfd0bb8008369c53985b43342cc3b6ae2a1fe Mon Sep 17 00:00:00 2001 From: Sagnik Sahoo Date: Sat, 28 Oct 2023 01:31:24 +0530 Subject: [PATCH] Update projects.json Signed-off-by: Sagnik Sahoo --- DB/projects.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/DB/projects.json b/DB/projects.json index 05befeeaf..0372ccd45 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3577,5 +3577,22 @@ "tech": ["javascript", "typescript", "nodejs"] } ] - } + }, + { + "github_username": "heysagnik", + "Projects": [ + { + "github_url": "https://github.com/heysagnik/Linkees", + "title": "Linkees", + "description": "A hub for all your social links", + "tech": ["javascript", "css"] + }, + { + "github_url": "https://github.com/heysagnik/screenREC", + "title": "Screen-REC", + "description": "An app to record studio quality videos directly from your browser", + "tech": ["pug", "scss"] + } + ] +} ]