From 0099a9140eafbe39b008e74a3586562228d6e589 Mon Sep 17 00:00:00 2001 From: BhumicaPG Date: Wed, 12 Jul 2023 10:20:56 +0530 Subject: [PATCH] Added suggested changes --- DB/projects.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/DB/projects.json b/DB/projects.json index 6f03d08d..0bb2c7fb 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -3949,5 +3949,22 @@ "tech": ["html", "css", "javascript"] } ] -} + }, + { + "github_username": "BhumicaPG", + "Social_media": { + "gitHub": "https://github.com/BhumicaPG", + "LinkedIn": "https://www.linkedin.com/in/bhumica-gangurde-104277230", + "Instagram": "https://www.instagram.com/bhumica_08/" + }, + "Projects": [ + { + "link": "https://github.com/BhumicaPG/CodePen-Clone", + "title": "CodePen Clone", + "description": "CodePen is an online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets. It functions as an online code editor and open-source learning environment, where developers can create code snippets, called pens and test them.", + "tech": ["html", "css","reactjs","nodejs"] + } + ] + } ] +