A simple Kanban-style board with drag-and-drop functionality built with vanilla HTML, CSS, and JavaScript.
- Drag and drop cards between lists (To Do, In Progress, Done)
- Visual feedback on drag (cursor change, card scaling)
- List hover effect when dragging over drop zones
- Dark theme with modern color scheme
- Responsive design for mobile devices
- CSS variables for easy theming
Simply open index.html in your web browser.
.
├── index.html # main HTML structure
├── style.css # styling with CSS variables and dark theme
├── script.js # drag-and-drop functionality
└── demo.gif # demo recording
- HTML5 Drag and Drop API
- CSS3 (Flexbox, CSS Variables, Transitions)
- JavaScript (ES6+)
