bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Frontend: Implement Google Maps Interface and Functionality to Events Page #204

Closed alialperendurak closed 2 years ago

alialperendurak commented 2 years ago

Events created by users should be listed in map according to the latitude and longitude fields. With the help of this interface, users can track the events on map and show the details and apply.

alialperendurak commented 2 years ago
  1. Google Map interface implemented via using Google Map Api Key and "react-google-maps".
  2. Events are located on as a markers according to the their latitude and longitude fields.
  3. Info Window functionality is added to the markers to present events' details and possible actions.
  4. Search and autocomplete functionality is implemented to the map to navigate on the map efficiently.
  5. Whole functionalities are deployed on AWS.