WHEN a USER navigates to our webpage, header with food picture
1. Search for a recipe
AS a USER, I want to search for a specific recipe so I can make a meal.
Acceptance Criteria
I can use the search bar to enter in a recipe, I can specify if I want to exclude: foods that I am allergic to, vegan/vegetarian, alcohol, kosher, halal
I will see recipes that match my keyword I entered
The recipe will be displayed on the page
A random fact about some of the recipes components will be displayed separately on the screen.
If there isn't a random fact to show then we present the user with a random image of a Pokemon!
"Sorry, we couldn't seem to find a random fact for you, here's a pokemon!"
user can loop for another recipe
2. Use the random recipe generator button
AS a USER, I want the universe to decide what I am going to cook for dinner.
Acceptance Criteria
I can use the Chaos button to randomly select a recipe for me and specify if I want to exclude: foods that I am allergic to, vegan/vegetarian, alcohol, kosher, halal
Once I press the the button, a random recipe will be displayed on the page
A random fact about some of the recipes components will be displayed separately on the screen.
If there isn't a random fact to show then we present the user with a random image of a Pokemon!
"Sorry, we couldn't seem to find a random fact for you, here's a pokemon!"
We need to map out our 2 User Stories:
WHEN a USER navigates to our webpage, header with food picture
1. Search for a recipe AS a USER, I want to search for a specific recipe so I can make a meal.
Acceptance Criteria
2. Use the random recipe generator button AS a USER, I want the universe to decide what I am going to cook for dinner.
Acceptance Criteria