# Kanban Todo A small and simple Kanban-style todo app built with plain HTML, CSS and JavaScript. **Project** - This app helps you track tasks in boards/columns. - Use it in your browser by opening `index.html`. **Features** - Add new tasks. - Move tasks between columns (like To Do, Doing, Done). - Edit or delete tasks. - Tasks stay in your browser (local storage). **Planned Features** - Save and load boards to local storage. - User accounts and sharing boards. - Due dates, labels, and search. - Mobile-friendly layout and offline support. **How to use** - Open `https://kanban-todo-two.vercel.app/` in your web browser. - Add a task, then drag it to another column to change its status. **Contributing** - Want to help? That would be great! - Open an issue or send a pull request with small changes. - Keep language simple and changes focused. Thank you for checking out this project. Any help is welcome!