Skip to content

abhitnc/Neighborhood-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Neighborhood Map

About The Project

  • We will develop a single-page application using React featuring a map of your neighborhood or a neighborhood we would like to visit. We will then add additional functionality to this application, including: map markers to identify popular locations or places you’d like to visit, a search function to easily discover these locations, and a list view to support simple browsing of all locations. We will then research and implement third-party APIs that provide additional information about each of these locations (such as Foursquare API).

Instructions to Run the App 2

  1. Clone this repository.
  2. Go to the Project Base Directory then run npm install to install all dependencies
  3. Run npm start to start the app (It'll navigate to http://localhost:3000/ automatically)
  4. Press CTRL + C to stop the Server.

Build Production Version

  1. To build a production build, Go to the Project Base Directory then run npm run build
  2. Then run serve -s build to run the production server.
  3. Go to http://localhost:5000/ or the URL shown in the Command line Screen.
  4. Press CTRL + C to stop the Server.

Offline First

  • The service worker is enabled in this project.

Technology

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors