Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 766 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 766 Bytes

TypeScript Recipe Book

A basic recipe book. A single user can add, delete, and edit recipes, including the ingredients and measurements of their ingredients.

This was an educational project, and an exploration of some technologies I found interesting. My goal was to achieve full-stack CRUD while exploring:

  • Data modeling with Prisma ORM
  • Next.js app directory and React Server Components
  • Full-stack type safety with TypeScript
  • Styling and responsive design with Tailwind CSS (coupled with components from shadcn/ui)
  • Uncontrolled input and form handling with React Hook Form

Contributions

Not accepting contributions for this repo, but feel free to fork and use as a template or learning tool.