Click on the gif above to access the deploy
Recipes App is an application to find, save, and share recipes of all kinds. With the "start a recipe" feature, you can mark the used ingredients as you progress through the preparation. Additionally, you can favorite your preferred recipes and share them with your friends.
- JavaScript
- React.JS
- Context API
- React-Testing-Library
- BrowserRouter/Router
- Hooks
- MUI Material
# Clone the repo
git clone https://github.com/caiobacode/Recipes-App-Trybe.git
# Enter in repo
cd Recipes-App-Trybe
# Install dependencies
npm i
# Run App
npm start
This project was done in a group
This project don't have a backend/database system
👥 Team members
✏️ What i learned
-
Team work.
-
Kanban methodology.
-
Use context API for a large project.
-
Test an APP that consumes APIs.
-
Use React Hooks: useState, useEffect and useContext.
🔗 Used APIs
- TheMealDB-API - API usada.
- TheCocktailDB-API - API usada.