This project displays a neighborhood map with markers of specific tourist locations.
The markers are filterable and the markers display specific information about the location when clicked on.
This project was built using react. It also uses Google Maps API and Four Squares API in order to query the map and the tourist locations.
To install Dependencies run npm install
In order to run the application, run "npm start" while inside the project directory. After running the app it should then open a webpage on localhost port 3000.
In order for the service worker to work, you must run the application in production mode. Using "npm run build". Which will create a build folder used to deploy the app to production.
- Google Maps - API used for the map and markers.
- Four Square API - API used to get the location data.
- Google Fonts - The font used for the application.
- Create React App - Used to bootstrap the app.