Skip to content

Files

Latest commit

f9a2e19 · Feb 21, 2022

History

History
36 lines (26 loc) · 1.49 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.49 KB

Recipes App made with React

This was a group project developed in the Software Development Course at Trybe. In this project we were able to catch recipes of foods and drinks from the TheMealDB and TheCocktailDB and used React to show our Recipes and the users should be able to start a recipe, mark as favorite and finish it. This project had the contribution of:

How to download and run the project code

First of all you need to download the project files, you can do this using git.

git clone [email protected]:erick-ol/react-recipes-app.git

After you clone the repository you need to enter the folder that contains the project you just downloaded and install all the dependencies of this application.

npm install

Then you just need to start your application to have fun and learn a lot more.

npm start

Images from the project