This is the 7th project of the Front End Web Development NanoDegree. It uses Google's Maps API and ForSquare API service to display a map, markers, and information. Bulit with React.
https://ivanjankovic.github.io/gwg-udacity-fend-p7-neighborhood-map/
- clone the repository
- swich to the cloned folder
- run
npm install
- run
npm start
- navigate to
http://localhost:3000
Create-react-app was used for making this app, service worker is present in the starter code and workls propery in production build. To get the app in production build:
serve -s build
npm run serve
- navigate to
http://localhost:5000
- bootstrapped with Create React App.
- Google Maps API
- Foursquare API
- Material-UI
- google-maps-react
https://facebook.github.io/create-react-app/docs/deployment#github-pages-https-pagesgithubcom
- Doug Brown's P7 Walkthrough
- Forrest Walker's Neighborhood Map Walkthrough
- Ryan Waite's Google Maps with React JS
- Elharony's Google Maps with React