https://github.com/lwih/acme-dining
A simple dining app
https://github.com/lwih/acme-dining
graphcool graphql react
Last synced: 2 months ago
JSON representation
A simple dining app
- Host: GitHub
- URL: https://github.com/lwih/acme-dining
- Owner: lwih
- Created: 2017-10-02T09:22:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T13:23:04.000Z (over 8 years ago)
- Last Synced: 2025-10-19T13:00:19.884Z (8 months ago)
- Topics: graphcool, graphql, react
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
- clone the repo
- `yarn install` or `npm install` to install the deps
- `yarn start` to run the app on http://localhost:3000
- `yarn test` to run the tests
- `yarn build` to build for production
## Missing features
- filter products by term
- set active product
- show product description toggle
- set active category in header
- write more unit tests for react components
- write unit tests for appollo components