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.
- 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
** 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
This project was bootstrapped with Create React App.
You can find the most recent version of this guide here.
Please contact me if you would like to contribute to this application.
MIT License Copyright (c) 2018 Dennis Lin