A full CRUD task management app with filter views, live stats, and persistent localStorage.
π Live Demo | π Portfolio
- β Full CRUD β Create, read, update, and delete tasks
- π Filter views β All, Active, and Done
- πΎ Persistent storage β Tasks saved to localStorage
- π Live stats β Total, active, and completed task counters
- π± Fully responsive β works on mobile, tablet, and desktop
- HTML5
- CSS3 (Flexbox, CSS Grid, Custom Properties, Animations)
- JavaScript (ES6+, localStorage API, DOM manipulation)
- Type a task and press Enter or click Add
- Click the circle to mark a task as done (turns green)
- Use filters to view All, Active, or Done tasks
- Click β to delete a task
- Click "Clear completed" to remove all done tasks
- Tasks are automatically saved to localStorage
No installation needed! Just open index.html in your browser or visit the live demo.
git clone https://github.com/nusrathfathima/task-manager.git
cd task-manager
open index.htmlBuilt by Nusrath Fathima