The best recipe browser
This project is part of phase 2 of the Santander and BEDU scholarship.
Home Page
Results Page
Recipe Page
Create a new folder and clone the repository. Opend the terminal and type:
git clone https://github.com/antoniomd-fi/RecipesApp.git
In the terminal type:
cd RecipesApp
Install node modules and run the application.
npm install
npm install -D webpack-dev-server
npm run start
Home page
On this page we have an input where we can search for a recipe by its full name or put a letter and it returns matches.
Results Page
On this page we can search for recipes by typing in the input or pressing the random button which returns random recipes if we don't know exactly what to eat.
Recipe Page
On this page we see the ingredients of the recipe and the steps to follow as well as a link if you prefer to see the help video.
Just like pressing the random button it displays a random recipe.
Modal
-
Victor Sosa VictorSosa-dev
-
Antonio Martin antoniomd-fi
-
Gerardo Herrera gerhercar21
-
Eduardo Castillo EduCastilloHerrera
-
Alejandro Gerónimo ElMandu