Pomodoro/README.md
2025-07-27 20:14:49 -05:00

58 lines
1.2 KiB
Markdown

# 🍅 Pomodoro Timer
<div align="center">
<img src="resources/logoTimer.png" alt="Pomodoro Timer Logo" width="256" height="256">
**Simple and effective Pomodoro Timer for productivity enhancement**
![C++](https://img.shields.io/badge/C%2B%2B-17-blue.svg)
![Qt](https://img.shields.io/badge/Qt-6-green.svg)
![CMake](https://img.shields.io/badge/CMake-3.16%2B-orange.svg)
![License](https://img.shields.io/badge/License-MIT-yellow.svg)
</div>
---
## ✨ 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
```bash
# 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](LICENSE).
---
<div align="center">
<b>Made with ❤️ for productivity enhancement</b>
</div>