From f8694bfa2b941fd9f44b85a90142edabc48771d2 Mon Sep 17 00:00:00 2001 From: Atharvashirsh Tiwary <121449422+Atharvashirsh@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:41:29 +0530 Subject: [PATCH] chore: project addition by Atharvashirsh #1183 Signed-off-by: Atharvashirsh Tiwary <121449422+Atharvashirsh@users.noreply.github.com> --- src/DB/projects.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index 2a33bfa4..3dbc9eaa 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -2659,6 +2659,24 @@ "tech": ["ReactJS", "JavaScript", "Tailwind CSS"] } ] +}, + { + "github_username": "Atharvashirsh", + "Social_media": { + "gitHub": "https://github.com/Atharvashirsh", + "LinkedIn": "https://www.linkedin.com/in/atharvashirsh", + "Instagram": "", + "YouTube": "", + "Twitter": "https://twitter.com/atharva_tiwary" + }, + "Projects": [ + { + "link": "https://github.com/Atharvashirsh/Weather-App", + "title": "Weather App", + "description": "This is a simple weather application built using Express.js. It allows users to retrieve weather information based on location.", + "tech": ["HTML", "CSS", "Javascript", "ExpressJS"] + } + ] } ]