Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.47 KB

This repo is a clone of an individual project part of Trybe junior web developer course.

https://www.betrybe.com/ (in Portuguese)

Recipes App

!project status
!react !NodeJS

Requisites

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)

Instructions

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.