When: the user views the main page
Then: they will be presented with a form with multiple input fields
Given: the user has filled out at least one field
When: the use clicks on the find recipe button
Then: a card will appear with a list of recipes with a thumbnail of the item and a brief description
Given a user wants more information about a recipe:
When: The user clicks on a recipe
Then: The card will be cleared and the ingredients, macronutrients, a link to the recipe and any other pertinent information will appear on the card
When: the user views the main page Then: they will be presented with a form with multiple input fields Given: the user has filled out at least one field When: the use clicks on the find recipe button Then: a card will appear with a list of recipes with a thumbnail of the item and a brief description Given a user wants more information about a recipe: When: The user clicks on a recipe Then: The card will be cleared and the ingredients, macronutrients, a link to the recipe and any other pertinent information will appear on the card