# Task Board - Drag-and-Drop Task Manager
https://task-flow-tomer-yaish.netlify.app/
This is a lightweight web application for personal task management featuring a drag-and-drop interface. The application allows users to create, edit, and organize tasks across different statuses. All data is stored locally in the browser using LocalStorage.
- Task Columns: Three default columns: "To Do," "In Progress," and "Done."
- Task Management: Ability to add, edit, and delete tasks. Tasks can only be added to the "To Do" column.
- Drag-and-Drop Functionality: Users can move tasks between columns using drag-and-drop.
- Data Persistence: Tasks are stored locally in the browser's LocalStorage to maintain state between sessions.
- Responsive Design: The application is designed to be accessible and functional on both desktop and mobile devices.
- Priority Levels: Tasks can be assigned a priority (Low, Medium, High).