Education scheduler for RU Hacks 2022.
After spending countless hours waiting for Office Hours, we decided to make our own application to allow students to schedule meetings with each other, based on their own topics!
Manabi allows students to sign in with their Google accounts, giving them access to the meetings that other students post. Simply choose a date, title, and a link for their meeting, and post for everyone to see!
We used React, HTML, and CSS for the frontend components and UI, with Firebase for the authentication system and NoSQL database (Firestore).
Since the majority of the team was unfamiliar with the technologies that were used, it was difficult to self-teach React/Firebase in such a short period of time.
We're proud of creating a full-stack project that functions as we intended, and uses technologies that we learned on the spot!
We learned how to use React and Firebase to create a full-stack application, and how to work as a team using Git and GitHub!
Implementing a unique user identity and allow for deletion of meetings.