From fe3ae29cfc352b54ff24e12d56f3a4bad767ad15 Mon Sep 17 00:00:00 2001 From: Subho Ghosh <93722719+ighoshsubho@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:46:59 +0530 Subject: [PATCH] chore: project addition by ighoshsubho #1805 (#1806) ## Added new project to the list - A Cloud Reminder Application - A Wildfire Saviour Application - A Super Chat Application Closes #1805 Signed-off-by: Subho Ghosh <93722719+ighoshsubho@users.noreply.github.com> Co-authored-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- DB/projects.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/DB/projects.json b/DB/projects.json index d6a69ec4..bb6b57ac 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -4201,5 +4201,35 @@ "tech": ["html", "css"] } ] + }, + { + "github_username": "ighoshsubho", + "Social_media": { + "gitHub": "https://github.com/ighoshsubho", + "LinkedIn": "https://www.linkedin.com/in/thesubhoghosh/", + "Instagram": "https://www.instagram.com/subhoghosh02/", + "YouTube": "https://www.youtube.com/channel/UCScMqKdOvBMJWLJ0sjfkIsg", + "Twitter": "https://twitter.com/subhoghosh02" + }, + "Projects": [ + { + "link": "https://github.com/ighoshsubho/Cloud-Reminder", + "title": "Cloud Reminder", + "description": "A reminder app that reminds you about particular task via mail and phone number.", + "tech": ["javascript", "firebase", "nodemailer", "twilio"] + }, + { + "link": "https://github.com/ighoshsubho/wildfire-saviour-backend", + "title": "Wildfire Saviour", + "description": "The ultimate application for detecting wildfire and notifying in time!", + "tech": ["next", "firebase", "opencv", "aws"] + }, + { + "link": "https://github.com/ighoshsubho/SuperChat", + "title": "Super Chat", + "description": "A realtime chat app built using react and firebase!", + "tech": ["react", "firebase"] + } + ] } ]