Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.41 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.41 KB

Macchiato Chickiletta Coffees List

Statements Branches Functions Lines
Statements Branches Functions Lines

Starting App

The app was simply created via Create React App boilerplate, so you can start it:

yarn && yarn start

Testing

The app is using jest with react-scripts and you can run tests with:

yarn test

Usage

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.