1.2 KiB
1.2 KiB
🍅 Pomodoro Timer
✨ Features
- ⏰ 25-minute work sessions with short and long breaks
- 🔧 Customizable time intervals
- 📊 Session tracking and statistics
- 🔔 Notifications on session completion
- 🖥️ System tray with quick access
- ⌨️ Keyboard shortcuts for convenient control
🚀 Quick Start
Requirements
- C++17 compiler (GCC/Clang)
- Qt 6.0+
- CMake 3.16+
Build and Run
# Clone the repository
git clone <repository-url>
cd Pomodoro
# Create build directory
mkdir build && cd build
# Build the project
cmake ..
make
# Run the application
./PomodoroTimer
📄 License
This project is licensed under the MIT License.
Made with ❤️ for productivity enhancement
