khrykin / StrategrDesktop

No-Fuss Time Management App
https://khrykin.github.io/strategr/
GNU General Public License v3.0
311 stars 34 forks source link
cplusplus cpp17 cross-platform productivity qt5 time-management

Strategr

No-Fuss Time Management

Stategr helps you maximize your productivity, giving you the quickest and most effective way to time-box your day with strategies.

More on the website

Screenshot Screenshot Screenshot

Tech

Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.

Platforms

Build Requirements

Building

Given that current directory is the root of this repository, and all dependencies are avaliable for CMake, you can build Strategr like this:

mkdir build && cd build
cmake ../
cmake --build . --target Strategr

Contributing

PR's or any help and suggestions are appreciated!