Skip to content

bviengineer/neighborhood-react-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Neighborhood Map

This singple page application (SPA) allows users to view, filter the list of and select a library location in the vicinity of Lawrenceville, GA. It is accessible and usable offline.

The project was built using ReactJS, Google Maps API, FourSqure API and Aixos HTTP client, and is part of the Udacity Front End Nanodegree, project work. Create-React-App was the starting point for the project.

View Project

  • View a hosted copy of the project here
  • Alternataively, you may:
    • Clone the repository
    • Using your command prompt (CLI), navigate to the project directory
    • Install node package manager (npm). Note, npm is automatically installed during the installation of node.
      • To determine if you already have node and npm installed, go to your command prompt and check the versions by typing:
        • node -v then enter key
        • npm -v then enter key
        • If the results of running each command returns with version numbers, node and npm are installed, otherwise, please install node/npm.
    • Run npm install to update the project with dependencies
    • To run a production version of the project, please do the following:
      • From the command prompt inside the project directory
        • npm run serve
        • then visit localhost:5000

Credits

About

Udacity Front End Nanodegree - Project #7, Neighborhood React Map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published