-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Build a Kanban Board that allows users to track, manage, and organize tasks by moving them across different stages such as To-Do, In Progress, and Completed. Users should be able to add, edit, and delete tasks, and for an enhanced experience, implement drag-and-drop functionality using JavaScript or a DND library (optional).
Key Features:
- Add, edit, and remove tasks dynamically
- Drag and drop tasks between different columns
- Store task data in Local Storage for persistence
- Responsive design for desktop and mobile views
- Smooth animations for task movement
