This repo is a clone of an individual project part of Trybe junior web developer course.
https://www.betrybe.com/ (in Portuguese)
This group project encloses the Front-end module of the course. Recipes App consumes a public API (TheMealDB) to deliver a simple interface for users to search, favorite, begin and end recipes of their choice. 🍳
The project's filenames and architecture are defined by the project and must be unchanged to pass the course tests.
Original requirements and instructions (in Portuguese) for the project are here.
Requisites sum-up:
- Create all front-end screens and features
- (bonus) Unit tests aiming at 90% coverage of the project (to implement)
Clone the repo or download the zip and extract it.
Install the project (run command inside folder): npm install
.
To run the app: npm start
.
To run the course tests: npm run cy
.