This project got me to make a simple task tracking tool. I took the idea from here: https://roadmap.sh/projects/task-tracker
<!> Not Linux-compatible because of <windows.h> usage. Linux branch may come later.
One of the rules said not to use any external dependencies, but I decided to break it for the self-ed sake.
Huge credit to Niel Lohmann! Link to his amazing JSON library: https://github.com/nlohmann/json
- It made me learn basic CMake;
- It taught me to use external dependencies in C++ projects;
- It gave me practice in debug and problem-solving.
The build instructions may come later. It's not a project I planned for someone to build, because it breaks the aforementioned rule, and thus cannot compete among similar projects on roadmap.sh.