A web application for locating restaurants with indoor dining, outdoor dining, delivery and takeout service options near a given location. Support restaurants struggling through the pandemic! All business data is from the Yelp database and API.
Try out the live demo! Eat Out Demo
Steps:
- Run
npm installto install dependencies. - Visit the Telerik KendoReact website and activate a subscription if you do not have one already.
- Generate a kendu-ui-license.txt file and extract it to the project root folder. Run
npx kendo-ui-license activateto activate Kendo React. - Visit Cors Anywhere and click the button to enable the proxy server in your browser.
Important: Do this in the browser where you are testing from
- Run
npm startto start the development server.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This project was bootstrapped with Create React App.
UI and components are all from Telerik KendoReact.
Business data and backend API provided by Yelp.