diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..fba504746 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 58f1a8a66..a5b7fa82c 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # js-project-recipe-library + +https://mikaelas-js-project-recipe-library.netlify.app/ \ No newline at end of file diff --git a/images/focaccia.jpg b/images/focaccia.jpg new file mode 100644 index 000000000..a1ea3cb98 Binary files /dev/null and b/images/focaccia.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 000000000..17e910f2d --- /dev/null +++ b/index.html @@ -0,0 +1,91 @@ + + + +
+ + + +Prova att filtrera på något annat.
+Dish type: ${recipe.dishTypes.join(', ') || 'Unknown Dish Type'}
+Cuisine: ${recipe.cuisines.join(', ') || 'Unknown Cuisine'}
+Time: ${recipe.readyInMinutes || 'N/A'} minutes
+ +${recipe.extendedIngredients
+ ? recipe.extendedIngredients.map(ingredient => ingredient.original).join(',
')
+ : 'No ingredients listed'}
+