Skip to content

anushasingh/react-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manhattan's Museums


Description:

This single page app uses Google maps and Foursquare's API to list all the available restaurants near by in Delhi. This project was made for Udacity's front-end web developer Nanodegree to demonstrate a good understanding of: reactJS, javascript, API usage, HTML, CSS, responsive design, and front-end web development overall.

How to run:

Make sure that you have Node.js installed on your device and then clone the repository. Navigate to the directory that contains the project and write:

npm install

once everything is setup run:

npm start

The browser should automatically open the app. If it doesn't, navigate to http://localhost:3000/

NOTE: Service worker for this app will only work when the app is in production mode.

Loading the App in Production Mode:

To run the app in production mode run:

npm run build

Then navigate to the build directory and start a localhost with python

python -m SimpleHTTPServer 8000

After that navigate to http://localhost:8000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published