Recipes APP / Demo
Recipes APP, as the name already says, is a recipe app developed using the most modern within the React ecosystem: Hooks and Context API! This application is capable of:
- View, search, filter, bookmark, and track the cooking progress of food and drink recipes!
- The database will be 2 different APIs, one for food and one for drinks;
- The layout focuses on mobile devices, so all prototypes will be developed on smaller screens.
- First clone the repository into your machine
git clone [email protected]:GabiNamu/recipes-app.git
- Go to the project directory
cd recipes-app
- Install dependencies
npm install
- Start the server
npm start
- Use the below command inside your project directory
npm test
- React;
- React Router;
- API request;
- JavaScript;
- Context-API;
- Hooks;
- Css;