This is the final project for the Front-End Web Developer Nanodegree Program. Neighborhood Map Rubric
Using React I created a single-page application featuring a map of Pennsylvania. I added additional functionality to this application including: map markers to identify national parks, a slideout list view to support simple browsing of all locations, and a search function to easily discover these locations.
- Clone this repo
- Run
npm install
- Run
npm start
Note create-react-app
was used to start this project. To access the service worker the you need to build the project using npm run build
and then deploy the project.
- Making Google Maps work with React
- National Park Service - API Guides
- Yahya Elharony - Neighborhood Map playlist - not using any libraries
- Making Google Maps work with React - article
- FEND P7 Walkthrough with Doug Brown and his corresponding Git code/branch
- Forest Walker - Neighborhood Map playlist