Skip to content

A simple recipe database website with mine & friends' delicous recipes!

Notifications You must be signed in to change notification settings

joao-m-santos/receita

Repository files navigation

Receita

A simple recipe database website with mine & friends' delicious recipes!

This website was originally built with Astro. This is a rebuilt version, with Nuxt 3.

Submitting recipes

To submit a new recipe, create a new MDC file under content/recipes/. The filename will be the URL for the recipe. Additionally, you must add a cover image to public/images/ with the same filename as the recipe file.

You can use the template file recipe.template.md as a base for your new recipe.

Finally, submit a PR with your recipe files.

To-do

  • Responsiveness
  • Allow more image formats (.jpeg, etc.)
  • Search
    • Improve matching algorithm (find by ingredients, close matches, etc.)
  • Add more tags
  • Automatic timestamps

Development

Setup

Make sure to install the dependencies:

bun install

Dev server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Built with ❤ by Joao

About

A simple recipe database website with mine & friends' delicous recipes!

Resources

Stars

Watchers

Forks