This is an application for people to see what events are going around in East Village (or further away in NYC area)
-click on the Event and the Map with the location will pop up!
*** Make Sure that you have your location services are turned on! ***
- clone the project
npm init
- Go to the following spot in the code and add your Yelp API Key
- Go to the following spot in the code and add your Google Map API Key
npm i --save
npm run test
(to build with Parcel)npm run start
(to run express server)
- Parcel Package Manager
- Yelp API Endpoint
- google-map-react module (for the maps)
- React
- Improve Visual of Website with Bootstrap
- Improve load time by caching the Yelp API data
- Error Messaging (Making sure that the client has location services turned on / help client turn it on)