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.
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.