JavaScript Web
ToDo List — Minimal Web App
Clean, responsive ToDo List app. Vanilla HTML/CSS/JS — no framework, no build step. LocalStorage persistence, priority levels, filter by status.
No React, no Vue, no build step. Drops into any server as a static file. Open index.html in browser — done.
Features
- Add / complete / delete tasks
- Priority: Low / Medium / High (color coded)
- Filter: All / Active / Completed
- LocalStorage persistence
- Keyboard: Enter to add, Escape to blur
- Responsive — works on mobile
Good exercise in writing clean DOM code without a framework abstracting it away.