Kanban Task Manager

Project Overview
A Trello-style Kanban board with drag-and-drop task management across workflow stages: Todo, Development, 210, QAS, Production, and Completed.
Detailed Description
A modern Kanban board application built with vanilla HTML, CSS, and JavaScript. Designed for team workflows, it provides a visual task management system with drag-and-drop functionality.
š Key Features:
⢠Trello-style Kanban board with 6 workflow columns
⢠Drag-and-drop tasks between stages: Todo ā Development ā 210 ā QAS ā Production ā Completed
⢠Create, edit, and delete task cards with titles, descriptions, and due dates
⢠Priority levels (Low, Medium, High, Critical) with color-coded badges
⢠Task assignee and label support
⢠Overdue date highlighting
⢠Full-text search across all columns
⢠Dark/light theme toggle
⢠Persistent storage using localStorage
⢠Responsive design with horizontal scrolling