GIVEN a user searched for a recipe (they chose to eat in)
WHEN they view a recipe and they select the nav-bar link to go back to search results
THEN the link takes them back to results (add link functionality)
WHEN they view a recipe
THEN an AJAX call is made and the cards are dynamically populated with details.
NOTE: The container contains three cards, one for the recipe, one for the wine pairing, and one for the price breakdown of ingredients.
GIVEN a user searched for a recipe (they chose to eat in)
WHEN they view a recipe and they select the nav-bar link to go back to search results
THEN the link takes them back to results (add link functionality)
WHEN they view a recipe
THEN an AJAX call is made and the cards are dynamically populated with details.
NOTE: The container contains three cards, one for the recipe, one for the wine pairing, and one for the price breakdown of ingredients.