
This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff
My Personal Kanban (MPK) is a lightweight and straightforward application designed to help you manage tasks visually using the Kanban methodology. Although the original version of this project is now deprecated and unsupported, it was created with the intent to provide users a simple way to organize their workloads. The development history of MPK reflects a journey of learning, initially constructed using HTML5 and JavaScript, before being rewritten in Angular for added functionality and efficiency.
What sets MPK apart is its ease of use and adaptability. Users can effortlessly customize their Kanban boards and manage tasks at their own pace, making it an appealing option for anyone looking to boost their productivity with minimal complexity.
User-Friendly Interface: Intuitive design that allows users to quickly grasp how to maneuver tasks and columns without a steep learning curve.
Customizable Boards: Create Kanban boards with 2 to 10 columns, fully customizable to fit your workflow requirements by naming and deleting columns as needed.
Drag and Drop Functionality: Easily add cards to your columns and move them around with a simple drag-and-drop method, enhancing task management fluidity.
Offline Accessibility: The app runs in any modern web browser without needing an internet connection, allowing for uninterrupted task tracking regardless of location.
Local Storage Capability: All data is stored in the browser's local storage, ensuring that your progress is saved even if you close the application.
Theme Support: Users can personalize the look of their boards using CSS theme files, providing a tailored aesthetic for a more enjoyable user experience.
Simple Setup Process: Installation is as easy as downloading a zip file, unzipping it, and opening the index.html file in your browser—no complicated setup steps required.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.