GIVEN a user searched for a recipe (they chose to eat in)
WHEN they view a recipe
THEN they see a nav-bar at the top with a link to go back to search results
WHEN they view a recipe
THEN they see a container holding key information. The container contains three cards, one for the recipe, one for the wine pairing, and one for the price breakdown of ingredients.
NOTE: use bootstrap to create the cards
GIVEN a user searched for a recipe (they chose to eat in)
WHEN they view a recipe
THEN they see a nav-bar at the top with a link to go back to search results
WHEN they view a recipe
THEN they see a container holding key information. The container contains three cards, one for the recipe, one for the wine pairing, and one for the price breakdown of ingredients.
NOTE: use bootstrap to create the cards