Kanban Task Manager in React | Drag-and-Drop Board with dnd-kit, Tailwind & LocalStorage

Опубликовано: 16 Июнь 2026
на канале: Lohitha’s Lumina
0

This video showcases my Kanban Task Manager built as part of the Partnr Network ‘Build a Drag-and-Drop Kanban Task Manager with React’ assignment. The app is a single-page React application created with Vite, styled using Tailwind CSS, and powered by @dnd-kit for smooth drag-and-drop interactions. It supports creating, editing, deleting, and reordering tasks across three columns: To Do, In Progress, and Done.

The UI includes task counters, priority labels, a global priority filter, and a live search bar that filters by task title or description. All task data is stored using the browser’s localStorage API, so the board state persists across page reloads without any backend. This project demonstrates frontend state management with React hooks, modern component-based architecture, and an attractive dark-mode interface tailored for the Partnr Global Placement Program task requirements.”





https://github.com/lohithadamisetti123/Kan...