Taking a look at the source and project, some things really stand out to me. The readme.md file provides a nice concise description of the project, prerequisites, and installation. I'd recommend filling out the rest of the "Building the Project" step so I can know how to build it
🙂. Since this is a color picker a screenshot of it in action would really highlight your work. Related to previous comments about version directory, move the readme to the top level directory so it shows immediately when viewing
https://github.com/akivataub/CP255
Regarding the C source, the a few comments and recommendations:
1. it references "Made by mumbojum2 github.com/mumbojum2" but that is not the repo you posted this in.
2. itoa() is implemented at the top, but is unused
3. I am mostly able to follow the state machine in main(), but it would help to use an enum to give the states names instead of 0,1,2,3