Database on a personal github page -


is possible have data stored somewhere on personal github page?

for example button triggers counter. when click on button , counter increments 1. when other user visits page , clicks button , counter gets incremented 1 once again.

so sum of click across visitors displayed on page.

github pages allow static content, you'd have use firebase in order database.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -