Pomodoro Timer
A customizable Pomodoro Timer application built with React, Zustand, and Tailwind CSS. This application helps you stay productive using the Pomodoro Technique, featuring customizable work and break durations, notifications, and audio alerts.
Features
- Timer Phases: Focus time, short break, and long break.
- Customizable Settings: Update durations for work, short breaks, and long breaks.
- Notifications: Desktop notifications with sound alerts.
- Session Tracking: Automatically transitions between work and break phases.
- User Interface: Simple and responsive design using Tailwind CSS.
- React with Vite: Fast development environment with HMR.
- SWC & Babel Support: Choose between SWC and Babel for optimized builds and fast refresh.
Installation
Clone the Repository
git clone https://github.com/ADITHYANBASOK/pomodoro-timer.git
cd pomodoro-timer
Install Dependencies
npm install
Start the Application
npm run dev