A client-side task manager built entirely with vanilla JavaScript, following an MVC-inspired structure.
- Add, toggle, delete tasks
- Auto-save to localStorage
- Filtering (All / Active / Completed)
- Input validation & XSS-safe rendering
- Responsive, accessible UI
- HTML5 / CSS3 / ES6+
- LocalStorage persistence
- Modular JS (ES Modules)