Task Management App
A Trello-style task management application with boards, lists, and tasks to organize daily work and personal projects.
About this Project
This Task Management App is inspired by tools like Trello. It allows users to create boards, add tasks, and move them across different status columns such as “To Do”, “In Progress”, and “Done”.
The main goal of this project is to practice creating interactive UI with JavaScript and managing data in the browser. It is designed with a clean layout so users can focus on their tasks.
This project is a good foundation for building more advanced task management tools in the future, with features like user accounts, deadlines, and notifications.
Key Features
Key Achievements
Built interactive task logic using JavaScript.
Improved component structure for boards & tasks.
Created a reusable productivity layout.