Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.08 KB

Neighborhood Map (React)

This projects utilizes React to build a progressive single page web application. Via the Google Maps API and the FourSquare API, users are able to see a list of food places in Salisbury, Maryland. The map displays markers denoting each location and will animate, change colors, and display an info window when clicked. The page also displays a search form for searching through filtered places.

Installation

To install, clone the repository, cd into the projects directory, run npm install, and npm start. Preview the app in your web browser by navigating to http://localhost:3000/. The service worker only works in the production build. To run it in production use npm run build, serve -s build, then visit localhost:5000.

Click to View

Attribution

https://www.youtube.com/watch?v=ywdxLNjhBYw&list=PLgOB68PvvmWCGNn8UMTpcfQEiITzxEEA1

https://github.com/elharony

https://www.youtube.com/watch?v=Uw5Ij56RhME

https://stackoverflow.com/questions/38806320/how-to-configure-service-workers-with-create-react-app