From 692a198b529054a9d401299dd4a9103fdc1aefcc Mon Sep 17 00:00:00 2001 From: NILADRI ADAK <93518661+Niladri2003@users.noreply.github.com> Date: Tue, 23 May 2023 15:11:27 +0530 Subject: [PATCH] data: project addition by [Niladri2003] #510 (#651) Signed-off-by: NILADRI ADAK <93518661+Niladri2003@users.noreply.github.com> Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- src/DB/projects.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index 66bed318..15e19322 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -1085,6 +1085,26 @@ } ] }, + +{ + "github_username": "Niladri2003", + "Social_media": { + "gitHub": "https://github.com/Niladri2003", + "LinkedIn": "https://www.linkedin.com/in/niladriadak23/", + "Instagram": "", + "YouTube": "", + "Twitter": "" + }, + "Projects": [ + { + "link": "https://weather-app-ashy-eight.vercel.app/", + "title": "Weather Website", + "description": "This website is of finding wheather of your location and as well as you can search any place.", + "tech": ["Javascript", "Css", "Html", "Weather-api","Tailwind CSS"] + } + ] +}, + { "github_username": "narayan2111", "Social_media": { @@ -1121,4 +1141,5 @@ } ] } + ]