Pomodoro Timer is a modern, configurable time management application built with Next.js 15 and Tailwind CSS. It helps you manage your work sessions using the Pomodoro Technique, allowing you to customize focus time, short break time, and the number of cycles.
- Configurable Timer: Set custom durations for focus sessions, short breaks, and long breaks.
- Cycle Management: Specify the number of cycles before a long break.
- Interactive Timer: Start, pause, and reset the timer with ease.
- Automatic Phase Transition: Automatically switch between focus and break phases.
- Responsive Design: Modern and responsive UI built with Tailwind CSS.
- State Management: Efficient state management using Zustand.
- Node.js (version 14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Sithey/pomodoro.git
cd pomodoro- Install dependencies:
npm run dev
# or
yarn dev- Start the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser.
