Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/foodie-react-web
Demo app for finding restaurants using Yelp's GraphQL API
https://github.com/nareshbhatia/foodie-react-web
Last synced: about 4 hours ago
JSON representation
Demo app for finding restaurants using Yelp's GraphQL API
- Host: GitHub
- URL: https://github.com/nareshbhatia/foodie-react-web
- Owner: nareshbhatia
- Created: 2019-12-14T12:18:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T09:10:21.000Z (over 3 years ago)
- Last Synced: 2023-03-06T20:53:38.016Z (over 1 year ago)
- Language: TypeScript
- Size: 3.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie - React Web
Foodie is a demo application for finding restaurants using Yelp's GraphQL API.
We have built it on several tech stacks in order to compare and contrast
technologies. This one is built on:- React
- Material-UI
- React Apollo ClientYou can try out the live version
[here](https://foodie-react-web.firebaseapp.com/).![Screen Shot](assets/screenshot.png)
## Build
- Install dependencies
```bash
yarn
```- Create env.js
```bash
cp config/env.js public/env.js
```Now edit `public/env.js` and enter your Yelp access token as the value of
ACCESS_TOKEN- Start the Foodie app
```bash
yarn start
```Now point your browser to http://localhost:3000/.