PLanit is a task management application designed to help you stay organized and productive. The app allows users to create, edit, and move tasks between different categories (Todo, In Progress, Done) with ease. Tasks are stored in the browser's local storage, ensuring they remain in their respective containers even after a page refresh.
- Add Tasks: Create new tasks and add them to the Todo container.
- Edit Tasks: Modify existing tasks as needed.
- Move Tasks: Organize tasks by moving them between Todo, In Progress, and Done containers.
- Persistent Storage: Tasks are saved in local storage, allowing you to retain your progress even after refreshing the page.
- HTML5
- CSS3
- JavaScript (ES6)
- Local Storage
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Haseeb-WebDeveloper/TODO-APP.git