Mein-Kochbuch wird eine App, in der man Rezepte anlegen und suchen kann. Besonders wichtig ist mir eine Suche mit Zutaten als Eingabe anstatt Rezeptnamen.
This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack. Which uses next-js, tailwind, trpc and next-auth packages.
- Build a form to create recipes
- Build a list that shows all recipes (most recent?)
- Build detail page for recipes
- Build a seach page
- styling
- think about how to create a form and how to update
- so that you can create and add ingeredients to a recipe
- when to save ingredients (save button?)
- show ingredients instead of first 100 chars of instruction in index page for each recipe
- what do i use for the ingredient select, mui autocomplete looks like exactly what i need but the hooks doesn't work like i want it to. so maybe i switch over to mui completely
- get local db dev brach proxy
pscale connect mein-kochbuch dev --port 3309
npm run dev
- HMR doesn't work in WSL2 in Windows file system and performance is generally terrible. Move to project ~ to fix