Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.97 KB

File metadata and controls

74 lines (40 loc) · 1.97 KB

My Fridge

A website that helps you to keep track of ingredients in your house and gives you a meal suggestion based on the current ingredients you have in your inventory

Home Page

Alt text

here you receive a welcoming message and an option to get a meal suggestion based on your inventory

Modal for choosing ingreadients

here you can see a list of ingredients you currently have plus you can edit the amount of each ingredient

Alt text

If you are a first time user you will see this modal

Alt text

home page-search result

Alt text

step by step modal

Alt text

My fridge (favourites)

Alt text

search

Alt text here you can specifically search for an ingredient or a dish you want

Search result

Alt text

step by step modal

Alt text

Coding

API

Alt text

API we will be using:

  1. search for Recipes based on the name: https://spoonacular.com/food-api/docs#Search-Recipes-Complex
  2. search for Recipes based on ingredients: https://spoonacular.com/food-api/docs#Search-Recipes-by-Ingredients.

for other routes see the API documentaion

SQL Schema

Alt text

recipes Querys

Alt text

ingredients Querys

Alt text

React component tree

Alt text

git flow

Alt text