A simple, interactive Kanban board application for managing tasks and organizing your workflow.
This is a lightweight drag-and-drop Kanban board built with vanilla HTML, CSS, and JavaScript. It allows you to create task cards and move them between different lists/columns to track your project progress.
- Drag & Drop: Easily drag cards between different columns
- Multiple Lists: Organize tasks into different categories (e.g., To Do, In Progress, Done)
- Visual Feedback: Lists change color when hovering with a dragged card
- Responsive Design: Works on both desktop and mobile devices
- Clean UI: Simple and intuitive user interface
- HTML5
- CSS3
- Vanilla JavaScript
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Git (for cloning the repository)
-
Open Terminal/Command Prompt
-
Clone the repository:
git clone https://github.com/yourusername/Multi-projects.git
-
Navigate to the Kanban board folder:
cd Multi-projects/Kanban-board -
Open the application:
- Double-click the
index.htmlfile, or - Right-click
index.html→ Open with → Select your browser
- Double-click the
That's it! The app is now running locally.
- View Tasks: Open the board to see all your task lists
- Drag Cards: Click and drag any task card to move it to another list
- Organize: Use different columns to organize tasks by status
Kanban-board/
├── index.html # Main HTML file
├── style.css # Styling
├── script.js # JavaScript functionality
└── README.md # This file
- Chrome (Latest)
- Firefox (Latest)
- Safari (Latest)
- Edge (Latest)
- No external libraries or dependencies required
- All functionality runs entirely on the client side