Very simple pomodoro timer aimed for simplicity and productivity. Built using Next.js and NextUI. The project is live here.
- 🖥️ Simple Interface: A clean and intuitive interface that's easy to use.
- 🎯 Accurate Timer: The timer suffers minimally from clock drift that is common in pomodoro web apps, even when the tab is not active.
- ⚙️ Customizable Timer: Adjust the work, short break and long break duration as well as the number of rounds per iteration.
- 🏞️ Changeable Background: Tired of the current background? Pick another one!
- Tracking pomodoros and reports
- Task list
For those interested in running the Pomodoro Timer locally, first clone the repository:
git clone https://github.com/srefsland/pomodoro-timer.git
Install dependencies:
cd pomodoro-timer
npm install
Start the development server:
npm run dev
The development server is now live at http://localhost:3000.
This project is released under the MIT License.