A simple Task Management application built using HTML, CSS, and JavaScript with localStorage for data persistence.
- β Add Tasks with title, description, and priority.
- β Mark Tasks as Completed/Incompleted with a single click.
- β Delete Tasks permanently.
- β
Persistent Storage using
localStorage
, so tasks remain after page reload. - β Filter & Sort Tasks (Bonus Feature).
- HTML β Structure of the application.
- CSS β Styling for a modern UI.
- JavaScript (ES6+) β Implements the logic.
- localStorage β Stores tasks persistently.
π Contributing Pull requests are welcome! If youβd like to improve the project, feel free to fork and submit a PR.
π License This project is MIT Licensed β feel free to use and modify it.
π Live Demo π https://aktaskmanage.netlify.app/