An open API service indexing awesome lists of open source software.

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

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