DevTasks is a lightweight, portfolio-oriented Kanban board built with modern frontend tools.
It showcases UI architecture, drag-and-drop interactions, component design, and client-side state management — not intended for production use, but as a demonstration of engineering style and project structure.
https://dev-tasks-kappa.vercel.app
- Multiple workspaces and boards
- Full List CRUD (create, rename, delete, reorder)
- Task CRUD with smooth drag-and-drop (mobile-optimized)
- Tagging system with color-coded labels
- Board management dialog (rename board, manage lists)
- LocalStorage-based persistence
- Responsive UI built with Tailwind & shadcn/ui
- Next.js (App Router)
- React + TypeScript
- Tailwind CSS
- shadcn/ui
- dnd-kit
- LocalStorage persistence
- Zustand store