This project was developed in the last frontend module at Trybe Course. The base code was created by Trybe itself for evaluative purposes.
- Specific filters to search recipes
- Search recipes by name, ingredients or first letter
- Explore food recipes by ingredients or origin location
- Explore drink recipes by ingredients
- "Surprise me!" with a random recipe
- Save recipes as favorite and show it on the favorite recipes page
- Copy link to recipe
- Save recipe progress and show it on the recipes made page when it is finished
Client:
Server:
Clone the project
git clone git@github.com:ScriptCamilo/trybe-recipes-app.git
Go to the project directory
cd trybe-recipes-app
Install dependencies
npm install
Start the server
npm run start