Simple and customizable Pomodoro timer app for productivity, built with C++ and Qt. Features session tracking, notifications, and system tray integration.
Go to file
2025-12-07 21:29:28 -06:00
resources Fix 2025-07-27 20:14:12 -05:00
src Fix 2025-07-27 20:14:12 -05:00
.gitignore Fix 2025-07-27 20:14:12 -05:00
CMakeLists.txt Update CMake configuration for Qt path and restructure include directories 2025-12-07 21:29:28 -06:00
LICENSE Replace all files with local version 2025-07-12 22:40:43 -05:00
main.cpp Fix 2025-07-27 20:14:12 -05:00
README.md Fix 2025-07-27 20:14:49 -05:00

🍅 Pomodoro Timer

Pomodoro Timer Logo

Simple and effective Pomodoro Timer for productivity enhancement

C++ Qt CMake License


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