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 Autocomplete for Location input in Event Creation #182

Closed yagmurse closed 2 years ago

yagmurse commented 2 years ago

Users should be able to select location from google maps places api suggestions , as they type the location. For this, the request that is made to the "/api/events/" endpoint in the backend will be updated.

yagmurse commented 2 years ago

I created a new Component file named Autocomplete2.js, I worked on the branch frontend-geocode2. Related commit is linked