Statements | Branches | Functions | Lines |
---|---|---|---|
The app was simply created via Create React App boilerplate, so you can start it:
yarn && yarn start
The app is using jest with react-scripts and you can run tests with:
yarn test
You can list the coffees from given data in /src/data/coffees.json
file. Also you can filter them as their categories in left sidebar. You can also search
coffees with free-text search input. Search and filtering works simultaneously.