Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 561 Bytes

Restaurant Reviews 🍽️

Created a fully functional restaurant reviews app with React and Mapbox, allowing users to search for restaurants in their area using Google places API for live data and real time reviews. Users are also able to add new restaurants, and submit new full review feedback.

To run the project:

yarn || npm install

yarn start || npm run start

There are TWO branches for this respository

  • Master Branch: In this branch I use Mapbox with Foursquare API.
  • OC Branch: In this branch I used Google Places API.