C++ Win32 keyboard hits counter project

Hello cplusplus community,

I finished a project I was working on, Hitmon. Hitmon is a keyboard hits counter written in C++. Using WINAPI's hooks and windows I managed to create an application that runs on the background and counts your daily keyboard hits.

Github page: https://github.com/TheCrafter/Hitmon

It's my first open source project on GitHub and I would really appreciate any feedback on:

- My design
- Code quality
- Bugs/mistakes
- Porject structure

Thanks you all for your time.
Topic archived. No new replies allowed.