Skip to content

App to search and look differents recipes

Notifications You must be signed in to change notification settings

VictorSosa-dev/RecipesApp-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The best recipe browser

This project is part of phase 2 of the Santander and BEDU scholarship.

Table of Contents

  1. Mockups
  2. Technologies
  3. Installation
  4. Usage
  5. Authors

1. Mockups

Home Page

home page

Results Page

results page

Recipe Page

recipe page

Link of design

2. Technologies

3. Installation and run instructions

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

4. Result and Use

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.

It also has an autocomplete Captura de Pantalla 2022-09-04 a la(s) 14 17 15

Captura de Pantalla 2022-09-04 a la(s) 14 58 37

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.

Captura de Pantalla 2022-09-04 a la(s) 15 00 54

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.

Captura de Pantalla 2022-09-04 a la(s) 15 03 18

Captura de Pantalla 2022-09-04 a la(s) 15 05 15

Modal

Captura de Pantalla 2022-09-04 a la(s) 15 04 23

5. Authors

About

App to search and look differents recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.8%
  • JavaScript 32.0%
  • CSS 31.2%