A simple and cool Pomodoro timer app built with React, and styled with Tailwind CSS.
Designed to help you stay focused and productive with a clean, modern, and mobile-friendly interface.
- ⏱️ Classic Pomodoro timer
- 🎨 Clean and modern design with Tailwind CSS
- 📱 Fully responsive & mobile-friendly
- ⚡ Fast performance powered by Vite
- 🧠 Improves focus and productivity
Run the app directly in your browser — no installation required:
👉 Live App: https://gamferno.github.io/pomodoro/
To run the project locally:
# Clone the repository
git clone https://github.com/your-username/pomodoro-app.git
# Navigate into the project directory
cd pomodoro-app
# Install dependencies
npm install
# Start the development server
npm run dev