Web App
To-Do App
A clean task tracking app with full localStorage persistence — works offline, zero backend needed.
Outcome
Works offline
All tasks saved to localStorage — close the tab, reopen it, your list is still there. No account, no server.
What I built
Task manager with persistence
Add, complete, and delete tasks. Filter by status. Data survives page reloads via localStorage.
How
Vanilla JS + CSS
Pure JavaScript, no frameworks. Focused on clean UX and understanding how browsers handle persistent state natively.
JavaScript HTML/CSS localStorage Web App