A simple Pomodoro timer built with HTML, CSS, and JavaScript. Start/pause, reset and settings controls, and responsive design for desktop focus sessions.
- ✅ 60-minute Pomodoro countdown timer
- ✅ Start/Pause/Reset controls
- ✅ Responsive design (desktop optimized)
- ❌ Settings button (no functionality yet)
HTML5 | CSS3 (Flexbox, Gradients) | Vanilla JavaScript
Inter font (Google Fonts) | 100% responsive
// TODO:
- Multiple modes (5/15/25 min)
- Stats for visual progress
- Sound notifications
- localStorage for preferences
- Keyboard shortcuts (Space = Start/Pause)