A react bootstrap yelp clone which utlizes the yelp-api.
https://lets-eat-v1.netlify.app/
if using chrome browser, you may need to open the url in incognito mode because of Netlify hosting without a generic domain.
To run on local sever, run:
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.