Todo List Example

This page demonstrates a complete Todo List application with CRUD operations using shadcn/ui components, Hono API routes with RPC, and Zod validation.

Todo Features

  • Create: Add new tasks with title, description and priority
  • Read: View all your tasks in a clean interface
  • Update: Edit task details or mark as completed
  • Delete: Remove tasks you no longer need

Technologies Used

  • Frontend: Next.js, React, shadcn/ui
  • API: Hono routes with RPC type-sharing
  • Validation: Zod schema validation
  • Form Management: React Hook Form

Please note that any content you post may be visible to other users.