Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 414 Bytes

Recipes App

A basic application that consumes MealDB public API and shows a recipe list.

Packages used:

React (CRA) + Redux

Material-UI + styled-components

Scripts:

yarn start

Runs the app in http://localhost:3000

yarn test

Run all tests.

yarn build

Builds to build folder.