UCLA Coding Boot Camp - Group Project #1
Members:
- James Porter
- Aram Ambartsumyan
- D'Artagnan Hickey
- Niloufar Sabbaghian
Due Date 10/3/2022
Quickly appilication accepts user input of available meal ingredients and alcoholic beverages. It sends these values to Recipe - Food - Nutrition API and The Cocktail DB API which returns viable recipes and well paired beverages for the user to choose from.
Technologies used:
- Bootstrap
- jQuery
API’s used:
- Recipe – Food – Nutrition
- The Cocktail DB
As a user I want to be able to come home from a long day and not have to worry about what to make, whether breakfast, lunch or dinner. I can simply input all of the existing ingredients from my kitchen and the app will generate multiple meals with instructions I can choose from. Along with the meal I can also pair it with a delicious cocktail based on my favorite liquor, because it’s 5 o’clock somewhere. The app will save me time deciding what I can create based on my favorite ingredients.
- When the user inputs an ingredient or selects from a series of options
- Then a list of matching recipes with pictures and link to instructions is provided
- When the user removes an ingredient
- Then the list of recipes is amended to reflect the removed ingredients
- When the user selects a recipe
- Then matching beverages are presented
- When the user selects a recipe and a beverage
- Then the “Make Meal” button becomes clickable
- When the make meal button is clicked
- Then a page appears with both selected options and a choice to save the recipe to “My Recipes”
- If a user wishes to view their saved recipes
- Then they can click a link of 'My Recipes'