This is a single-page website made in React to show my favorite places of my neighborhood. It provides a Google Maps Map and some Markers which when clicked, provides more information about the place directly from Foursquare API.
- Clone the repo neighborhood-map:
git clone https://github.com/cassioesp/neighborhood-map.git
- Run
npm install
to install all the dependencies. - Run
npm start
to start react app. - Access the index page at
localhost:3000.
- google-maps-react
- react-Foursquare
- escape-string-regexp
- material-ui