A productivity-focused web app combining a Pomodoro timer with a persistent task tracker.
- Pomodoro timer with work, short break, and long break modes
- Task creation and deletion with LocalStorage persistence
- Dark / Light mode toggle
- Responsive design for mobile and desktop
- Clean state management without frameworks
- JavaScript (ES6)
- HTML5
- CSS3
- LocalStorage
- Managing application state without frameworks
- Building reliable timers with
setInterval - Persisting user preferences with LocalStorage
- Designing simple but effective UX
Open index.html in your browser.
👉 Live version available here: Live Demo

