Skip to content

Commit

Permalink
chore: project addition by ighoshsubho #1805 (#1806)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
ighoshsubho and priyankarpal authored Jul 23, 2023
1 parent c4a170d commit fe3ae29
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
]

0 comments on commit fe3ae29

Please sign in to comment.