Is it possible to have some data stored somewhere on your personal github page?
For example a button that triggers a counter. When you click on the button , counter incr
Depending on your needs, you can try GithubDB
From their docs:
Ever wanted to use Github as your private database, now you can.
Why would I want to use Github as my database?
Good question. Developers have many choices of different databases, GithubDB however leverages all the features you have come to love from Github.
Logging (With Github, you can quicky look at your commits and see the write and updates for your request).
Visualization (Github offers amazing tools to visualize the incoming number of read/writes).
Persistance (With Github you can rollback to early stages of your data and see how it has evolved).
Security (Using Github, your database inherits the same standards from Github).
Availability (Github has known to be down, but let's be honest, it is good enough unless you are Facebook).