/Recipe-App

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

Primary LanguageJavaScript

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