From 7eb0712eff78c0fcde17e644e9a8863803b5472b Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 5 Dec 2019 05:02:23 -0500 Subject: Updated recipe card component with new code. Essentially makes recipe card component the new main page. Left main page component in so that the original code is there, as well as the general outline for the other pages. Recipes still need to be loaded in from the backend, as they are currently pre-loaded. Also needs to be connected so the add, shopping cart, edit, and delete commands perform the correct tasks. --- .../src/app/recipe-card/recipe-card.component.html | 152 +++++++++++++++++---- 1 file changed, 125 insertions(+), 27 deletions(-) (limited to 'recipeBuddy/src/app/recipe-card/recipe-card.component.html') diff --git a/recipeBuddy/src/app/recipe-card/recipe-card.component.html b/recipeBuddy/src/app/recipe-card/recipe-card.component.html index 1c8b278..53573db 100644 --- a/recipeBuddy/src/app/recipe-card/recipe-card.component.html +++ b/recipeBuddy/src/app/recipe-card/recipe-card.component.html @@ -1,33 +1,131 @@ - - - Recipe -
- +

+ Recipe Buddy +

+
+
+
+
+
+ +
- -
-
- -
- - Photo of recipe - - - - - - + +
+
+
+
+ +
+ + +
+ {{recipeName1}} +
+
+ +
+
+ +
+
+ +
+
+ Photo of recipe + like rating + + + + + +
+ + +
+ {{recipeName2}} +
+
+ +
+
+ +
+
+ +
+
+ Photo of recipe + like rating + + + + + +
+ + +
+ {{recipeName3}} +
+
+ +
+
+ +
+
+ +
+
+ Photo of recipe + like rating + + + + + +
+
+ + \ No newline at end of file + can be found in the LICENSE file at http://angular.io/license --> + + + \ No newline at end of file -- cgit v1.1