A simple Pomodoro Timer application built with Qt in C++.
- Start, reset, and complete a Pomodoro timer.
- Logs completed timers with timestamps and custom messages.
- Qt 5.x or higher
- C++11 compatible compiler
-
Install Qt:
brew install qt
-
Clone the repository:
git clone https://github.com/mark-scott/pomodoro-plusplus.git cd pomodoro-plusplus
-
Build the project:
qmake make
Run the compiled binary:
./pomodoro