diff --git a/README.md b/README.md index f4195b5..ade2e85 100644 --- a/README.md +++ b/README.md @@ -29,45 +29,45 @@ Free meal planner for cooks short on ideas! (like me …) - Search by name: you look for a recipe? Ours are easy to make and Yummy! ✓ - What's in the fridge ? Choose your main ingredient and get a meal suggestion - Choose by a category: ✓ - - Beef - - Breakfast - - Chicken - - Dessert - - Goat - - Lamb - - Miscellaneous - - Pasta - - Pork - - Seafood - - Side - - Starter - - Vegan - - Vegetarian + - Beef + - Breakfast + - Chicken + - Dessert + - Goat + - Lamb + - Miscellaneous + - Pasta + - Pork + - Seafood + - Side + - Starter + - Vegan + - Vegetarian - Choose by area: - - American - - British - - Canadian - - Chinese - - Dutch - - Egyptian - - French - - Greek - - Indian - - Irish - - Italian - - Jamaican - - Japanese - - Kenyan - - Malaysian - - Mexican - - Moroccan - - Russian - - Spanish - - Thai - - Tunisian - - Turkish - - Unknown - - Vietnamese + - American + - British + - Canadian + - Chinese + - Dutch + - Egyptian + - French + - Greek + - Indian + - Irish + - Italian + - Jamaican + - Japanese + - Kenyan + - Malaysian + - Mexican + - Moroccan + - Russian + - Spanish + - Thai + - Tunisian + - Turkish + - Unknown + - Vietnamese - Cocktail selection - Create a profile and save your favourite meals ✓ - Notation system: know what are the most loved meals diff --git a/TODO.md b/TODO.md index de9f0fc..9d4bee6 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,12 @@ - [x] deploy - [x] nuxt image - [x] prettier and eslint -- [ ] transition +- [ ] transition and loading times - [ ] pwa - [ ] seo, robots.txt - [x] update the README +- [ ] create image provider +- [ ] fetch recipe per id +- [ ] add mood section + - [ ] store recipes into my db (SQLite) + - [ ] process them using AI diff --git a/app.vue b/app.vue index ddc2027..5f597d2 100644 --- a/app.vue +++ b/app.vue @@ -7,3 +7,16 @@ + + diff --git a/bun.lockb b/bun.lockb index d7cc001..bb8092e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/error.vue b/error.vue new file mode 100644 index 0000000..4918d99 --- /dev/null +++ b/error.vue @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + {{ error?.statusCode || "Error" }} + + + {{ error?.message || "Something went wrong" }} + + + + + + Try Again + + + Go Home + + + + + + + + + diff --git a/pages/[id].vue b/pages/[id].vue index 17688d7..5234871 100644 --- a/pages/[id].vue +++ b/pages/[id].vue @@ -1,6 +1,17 @@
+ {{ error?.message || "Something went wrong" }} +