ynden / Recipe-App

This application helps you find a recipe, by name or just by ingredient, and even find the inspiration you need.

Home Page:https://c4.yden063.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

You don't know how to do it? This application help you find inspiration, search for a recipe or just an ingredient you would like in a recipe.

Tasks

Front-end

  • Create the index.html page
  • Create the results.html page
  • Create recipe_details.html page
  • Link pages
  • Add the "Results for {name}" information
  • Create add_recipe.html

Back-end

  • Search for a recipe and redirect to results page
  • Display relevant results from the search request
  • Add click functionnality on a recipe to have further details
  • Extract informations and display them on the details page
  • Implement the search logic
  • Add a recipe
    • Generate random key for recipe id
    • Add ingredients functionnality
    • Add steps functionnality
    • Add pepper difficulty picker
  • Add notification displaying when recipe added

About

This application helps you find a recipe, by name or just by ingredient, and even find the inspiration you need.

https://c4.yden063.now.sh


Languages

Language:JavaScript 71.7%Language:HTML 27.5%Language:CSS 0.9%