Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.9 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.9 KB

What's for dinner? Logo

What's for dinner?

Don't know what to eat today? just tell What's for dinner? what ingredients you have in your kitchen and we will suggest easy to follow recipes that you can make for yourself. Vegetarian?, lactose intolerant? No problem, our recipes have badges identifying dietary restrictions, soon you'll be able to filter by them too!.

What's for dinner? was developed using JavaScript as part of the Ironhack developer bootcamp (WebDev-FT-092029) using the Spoonacular API.

Minimum Viable Product

The MVP will cover the following:

  • Homepage: The homepage will present the apps concept and features and provide links to the rest of the site.
  • My Kitchen: A user will be able to search the recipe database by selecting the ingredients they have in their kitchen.
  • FAQ: Everything you always wanted to know about What's for dinner? but were too afraid to ask.
  • Signup: A registration form for new users.
  • Login: A sign in form for existing users.

Backlog

  • Recipe cost calculation
  • Filtering recipes by dietary restriction
  • Wine pairings

Data Structure

  • root/
    • index.html
    • mykitchen.html
    • faq.html
    • register.html
    • signin.html
    • css/
      • style.css
    • js/
      • main.js
      • Signup.js
      • User.js
      • Validator.js
      • spoonacularApi.js
    • assets/
      • img/
      • fonts/

Links

Trello

Trello Kanban board

Git

Gihub Repo URL

Spoonacular

API Description

API Documentation