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:
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