From 71fbf2eb0527af1caa525a08a3338f07b0f67953 Mon Sep 17 00:00:00 2001 From: Rohan Gope <109970907+Darkrider0007@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:02:30 +0530 Subject: [PATCH] chore: project addition by Darkrider0007 #2170 (#2170) * project addition by Darkrider0007 #2170 Signed-off-by: Rohan Gope <109970907+Darkrider0007@users.noreply.github.com> * Update DB/projects.json Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Signed-off-by: Rohan Gope <109970907+Darkrider0007@users.noreply.github.com> * chore: typo fixed Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --------- Signed-off-by: Rohan Gope <109970907+Darkrider0007@users.noreply.github.com> Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- DB/projects.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/DB/projects.json b/DB/projects.json index 0f760cea0..9672706a5 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -4755,5 +4755,21 @@ ] } ] + }, + { + "github_username": "Darkrider0007", + "Projects": [ + { + "github_url": "https://github.com/Darkrider0007/Threads-Clone", + "title": "Threads-Clone", + "description": "Threads Clone, a web application where users can create their accounts, post their thoughts, read other users' threads, and interact with them.", + "tech": [ + "nextjs", + "tailwindcss", + "typescript", + "mongodb" + ] + } + ] } -] \ No newline at end of file +]