This project is a simple task management board built using HTML, CSS, and JavaScript. It allows users to add new tasks, drag them between different lanes (TODO, Doing, Done), and provides a smooth drag-and-drop experience.
- Add new tasks to the TODO lane.
- Drag tasks between different lanes to track their progress.
- Smooth drag-and-drop functionality.
- Responsive design for both desktop and mobile devices.
- Clone this repository to your local machine.
- Open the index.html file in your web browser.
- Use the input field to add new tasks to the TODO lane.
- Drag tasks between lanes to update their status.
- HTML(including Drag & Drop API)
- CSS
- JavaScript
This project was created as a practice exercise to refresh HTML, CSS, and JavaScript skills. The drag-and-drop functionality was implemented using the Drag & Drop API.
This project is licensed under the MIT License - see the LICENSE file for details.