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
here you receive a welcoming message and an option to get a meal suggestion based on your inventory
here you can see a list of ingredients you currently have plus you can edit the amount of each ingredient
If you are a first time user you will see this modal
here you can specifically search for an ingredient or a dish you want
API we will be using:
- search for Recipes based on the name: https://spoonacular.com/food-api/docs#Search-Recipes-Complex
- search for Recipes based on ingredients: https://spoonacular.com/food-api/docs#Search-Recipes-by-Ingredients.
for other routes see the API documentaion