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
Github pages only allow for static content, so you'd have to use something like firebase in order to get a database.