/GitHub-Info-Checker

A simple application that makes use of the GitHub API to show Info on GitHub users

Primary LanguageC++

GitHub_Info_Checker

A simple application that makes use of the GitHub API to show Info on GitHub users(Trash UI, i'm still working on it) NB: It uses Open SSL so you need to have that setup in Qt Creator if you want to build and compile the code...If you 'package' the application into an executable, you need to put these Open SSL DLLs in the same dir as the .EXE file for it to work.

image

What I Learned

  • Networking in Qt
  • How to Work with APIs in Qt
  • How to Parse JSON files and use their Data in Qt