From 5f7006aefaa741bb0c03b40476332838ef94ad85 Mon Sep 17 00:00:00 2001 From: Pranshu Gupta Date: Sun, 10 Dec 2023 03:17:41 +0530 Subject: [PATCH] Update projects.json Signed-off-by: Pranshu Gupta --- DB/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index 9a8b3f059..4e9aadbe8 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3624,5 +3624,16 @@ "tech": ["reactjs", "tailwindcss", "javascript", "expressjs", "nodejs", "mongodb"] } ] +}, +{ + "github_username": "pranshugupta54", + "Projects": [ + { + "github_url": "https://github.com/digitomize/digitomize", + "title": "digitomize", + "description": "Digitomize, part of Microsoft for Startups Founders Hub, is an open-source platform that combines two main sections: Contests and User Profiles. It allows users to explore upcoming coding contests and dynamically create developer portfolios.", + "tech": ["reactjs", "mongodb", "tailwindcss", "nodejs", "mui", "daisyui", "firebase", "expressjs", "javascript"] + } + ] } ]