Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 549 Bytes

File metadata and controls

14 lines (13 loc) · 549 Bytes

Coffee Note Feature and Tech List

  • Deployed live to Vercel
  • Authentication
  • Light/Dark mode
  • Responsive and accessible design with Tailwind CSS and shadcn UI
  • Postgres Database with Prisma ORM
  • Create new Roaster and new Review form
  • Client and server side validation with zod
  • Client and server side rendering
  • Typesafe tRPC api routes for creating, selecting and deleting
  • Selecting all reviews from db with sortable table and filters
  • Dynamic routing for reviews details
  • Unit testing