Recipe Library
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/README.md b/README.md index 58f1a8a66..a2e21f0df 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # js-project-recipe-library +https://saras-js-project-recipe-library.netlify.app/ diff --git a/index.html b/index.html new file mode 100644 index 000000000..cf9ff33b2 --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + +
+ + +Cuisine: + + ${recipe?.cuisines?.length ? recipe.cuisines.join(', ') : 'N/A'} + +
+Time: + ${recipe.readyInMinutes} min +
+ +Ingredients:
+