To open the website, click on the index.html file in the Webpages folder. This is the front page of the website.
Screenshot of website:
Link to project demo: https://devpost.com/software/reassure
We were mainly inspired by the game Kind Words on Steam. We also noticed the loneliness many people felt during the pandemic.
This app allows users to write messages to express their worries and more importantly, share words of encouragement.
We built the app using JavaScript, Firebase, HTML and CSS. We mainly used HTML/CSS to design the frontend. To make the UI more responsive, we used JavaScript to manipulate the DOM. Firebase was used to store data about user posts and replies.
The hardest part was about integrating Firebase with the front end.
Being able to create an app that's helpful during the pandemic. Our goal is to do our best to support people during such difficult times.
- Javascript isn't type safe and this creates a host of issues.
- Making sure that the users will not receive the same message twice in a row
- Adding support for multimedia uploads, such as photos and videos
- Using AI to ensure the positivity of user messages (look into sentiment analysis)