Developed a study coordination application enabling students to easily coordinate meetups and study sessions. Improves academic organization, social learning, and easy coordination. Developed utilizing React, Flask, and MySQL.
Overview
A full-stack web application for students to enable students to easily coordinate with friends to study together and coordinate study groups. Users can check in to a study location which will notify their friends letting them know where you’ll be, what you’ll be working on, and when! Users can easily see where all of their friends are studying on a map component which will plot all friends who are currently studying on a map so one can easily find a study session to join.
Approach
The front-end application was developed using React and stylized using Bootstrap. We developed the backend server using Flask, and integrated a MySQL database to store user data. We utilized the Facebook OAuth service, and also integrated with the Google Maps API to display the local surroundings and highlight areas where other users are currently studying. We performed user interviews to prioritize the features that are the most important, and developed using an agile methodology.