-
google-maps-react for Google Map API
-
sw-toolbox for runtime caching
-
http-server for deployment on server
The project uses Google Map especially the Maps and Places API and randomUser API
This app displays a google Map with 5 markers. A clik on each marker display infos associated to that marker. A filter also allows the user to display specific markers
- clone the project
git clone https://github.com/kedevked/react-map.git
- change the working directory
cd react-map
Serve the project
npm start
or yarn start
- build the project
npm build
or yarn build
- serve the the build folder created by the build
http-server -c1 build
This project is done as part of the nanodegree curriculum. So no pull request will be accepted.