Skip to content

denni5lin/react-myneighborhood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map (React)

This is a single-page application using React featuring a map of my favorite city/neighborhood. My neighborhood map was created using Google Map API and I also used FourSquare API to generate venues and show additional information for each venue.

Launch the project

  • Clone this repository by typing git clone https://github.com/denni5lin/react-myneighborhood.git into your command line. Or Download this repository.
  • Install all project dependencies with npm install
  • Start the development server with npm start (this will automatically launch your default browser and open application)

Here is the live version of my neighborhood map

** NOTE: due to limits with the API calls, the infoboxes may not show when map markers are clicked

Dependencies

  • NodeJs latest
  • NPM
  • All other dependecies are included in the package.json file

** NOTE: create-react-app was used to create this app, which includes a ServiceWorker to cache items for offline viewing. It only works when in Production mode

Create React App

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.

Contributing

Please contact me if you would like to contribute to this application.

License

MIT License Copyright (c) 2018 Dennis Lin