This project is used during the map react webinar. The project is built progressively with commit referencing each step.
A preview of the project is available here
- google-maps-react for Google Map API
The project uses Google Map especially the Maps API
This app displays a google Map with 5 markers. A clik on each marker displays infos associated to that marker. A filter also allows the user to display specific markers
- clone the project
git clone https://github.com/kedevked/webinar-map-react.git
- change the working directory
cd webinar-map-react
Serve the project
npm start
or yarn start
This project is done as part of the react webinar for the map app. So feel free to clone it and use it as the starter of your own project.