Search for recipes based on a specific cuisine or ingredients. Once you like a recipe, add the ingredients to a shopping list and get directions to the nearest grocery store.
MIT License
0
stars
2
forks
source link
logic (JS) for the recipe card - on click (modal) #9
AS a Recipe Patch app user,
I WANT get more information about the recipe when I click on it
SO THAT I can get a better idea about what is involved in making the recipe before I add the ingredients to my shopping list.
for this task, here are the AC:
GIVEN the recipe cards have already been rendered,
WHEN the user clicks on a recipe card
THEN add info about it's description, ingredients, calories, and a link to the recipe itself to see the steps/directions
THEN ensure that the previous recipe info stays, so it is in this order:
part of this user story:
AS a Recipe Patch app user, I WANT get more information about the recipe when I click on it SO THAT I can get a better idea about what is involved in making the recipe before I add the ingredients to my shopping list.
for this task, here are the AC:
GIVEN the recipe cards have already been rendered, WHEN the user clicks on a recipe card THEN add info about it's description, ingredients, calories, and a link to the recipe itself to see the steps/directions THEN ensure that the previous recipe info stays, so it is in this order: