Skip to content

React single-page app showing NYC locations from the Forsquare Places API.

Notifications You must be signed in to change notification settings

malaktayeh/neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map - Udacity FEND Final Project

A single-page application using React featuring a map of Big Apple. By default, app displays five markers of famous parks in the city. User can search for 20 new locations and filter search results. If a marker has been clicked, location of a search result is displayed in an InfoWindow. Search result data is provided by the Forsquare Places API. App is responsive and mobile-optimized.

Project Screenshot

TL;DR

To get started developing right away:

  1. make sure you have NPM installed
  2. clone the project using git clone https://github.com/electrovagance/neighborhood-map.git in your console
  3. install yarn using yarn install in your console
  4. install project dependencies using yarn add (see dependencies below)
  5. start the development server with yarn start
  6. app will be hosted locally (i.e., http://localhost:3000 in your browser)

Dependencies

Service Worker

create-react-app automatically comes with a servicer worker and will work in production mode after the project has been built.

License

Project is licensed under the terms of MIT.

About

React single-page app showing NYC locations from the Forsquare Places API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published