/react-map

a react app that features a google map

Primary LanguageJavaScript

REACT-MAP

Dependencies

API

The project uses Google Map especially the Maps and Places API and randomUser API

Description

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

Launch the project

  • clone the project

git clone https://github.com/kedevked/react-map.git

  • change the working directory

cd react-map

Development mode

Serve the project

npm start or yarn start

Production Mode

  • build the project

npm build or yarn build

  • serve the the build folder created by the build

http-server -c1 build

Contribution

This project is done as part of the nanodegree curriculum. So no pull request will be accepted.