No description
Find a file
Ruidy 4ab8d98e2c
refactor: remove unused SentryErrorButton component and adjust related files
- Deleted the SentryErrorButton component as it was not needed.
- Updated the cookbook page to remove the SentryErrorButton reference.
- Adjusted the search component to fix a self-closing tag issue.
- Ensured the toggleLike function call is correctly formatted in the view component.
- Added sendDefaultPii option to Sentry configuration for improved error tracking.
2025-05-26 15:53:09 +02:00
assets/css installed tailwind 2024-12-15 01:18:08 +01:00
components refactor: remove unused SentryErrorButton component and adjust related files 2025-05-26 15:53:09 +02:00
composables feat: Add category details page with image header, description, and related recipes 2024-12-15 01:18:09 +01:00
docs remove old imlpementation 2024-12-15 01:18:09 +01:00
pages refactor: remove unused SentryErrorButton component and adjust related files 2025-05-26 15:53:09 +02:00
plugins add headers and middleware 2024-12-15 01:18:09 +01:00
public add robots.txt 2024-12-15 01:18:09 +01:00
server add cookbook 2025-04-13 01:08:22 +02:00
types fix meal validation 2025-04-09 09:14:54 +02:00
utils find meals per id 2024-12-15 01:18:08 +01:00
.env.example feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
.gitignore feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
.prettierignore prettier and esling 2024-12-15 01:18:08 +01:00
app.vue add cookbook page 2025-04-13 00:06:19 +02:00
bun.lock feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
CHANGELOG.md Documentation 2020-04-03 22:21:54 +02:00
CONTRIBUTING.md edit README 2021-09-25 12:15:03 +02:00
error.vue use icon instead of svg 2024-12-16 22:10:42 +01:00
eslint.config.mjs prettier and esling 2024-12-15 01:18:08 +01:00
LICENSE.md edit README 2021-09-25 12:15:03 +02:00
nuxt.config.ts feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
package.json feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
README.md 13 sharing recipes (#49) 2024-12-19 19:18:22 +01:00
sentry.client.config.ts refactor: remove unused SentryErrorButton component and adjust related files 2025-05-26 15:53:09 +02:00
sentry.server.config.ts feat: add Sentry error tracking integration 2025-05-26 15:38:15 +02:00
tailwind.config.js add seo 2024-12-15 01:18:09 +01:00
TODO.md add robots.txt 2024-12-15 01:18:09 +01:00
tsconfig.json use bun 2024-12-15 01:18:08 +01:00

Chef's Meal Planner

header image

license release tag

Free meal planner for cooks short on ideas! (like me …)

Demo

🚀 App live at this address!

Screenshot

Screenshots

Home page

Screenshot

Meal page

Screenshot

Features

  • Random meal suggestion ✓
  • 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
  • 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
  • Cocktail selection
  • Create a profile and save your favourite meals ✓
  • Notation system: know what are the most loved meals
  • Share recipe with your friends and family
  • Suggestions based on what your personal taste
  • Recipes in Video ✓
  • Get a full menu (Starter, Main, Dessert + Cocktail)
  • Send a daily suggestion to newsletter
  • History
  • Language selection
  • Nutritive value
  • Add personal notes

Supports

  • Web ✓
  • Progressive Web App ✓
  • Mobile

Deployment

The application is hosted on Netlify at the following address: link.

Built With

  • Nuxt - The Intuitive Vue Framework
  • tRPC - End-to-end typesafe APIs made easy
  • Tailwindcss - Rapidly build modern websites without ever leaving your HTML.
  • daisyUI - The most popular component library for Tailwind CSS
  • TheMealDb - An open, crowd-sourced database of Recipes from around the world

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ruidy Nemausat - Initial work - GitHub

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details