A simple, responsive Pomodoro timer web application built with React, Vite, and pure CSS — no backend or database. Includes 3 timer modes, sound alerts, and clean UI.
Click here to use the Pomodoro Timer
- ⏲️ 3 Timer Modes:
- Pomodoro (25 minutes)
- Short Break (5 minutes)
- Long Break (30 minutes)
- ✅ Start / Pause / Reset Controls
- 🔔 Alarm sound when timer ends
- 🎨 Styled with pure CSS (no frameworks)
# 1. Clone the repo
git clone https://github.com/your-username/pomodoro-timer.git
cd pomodoro-timer
# 2. Install dependencies
npm install
# 3. Run the development server
npm run dev
# 4. Build for production
npm run build