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