Select a checkbox and you hit the jackpot!
(Just jokes, you only get a timestamp)
This is a simple table that contains checkboxes in the first column and timestamps in the second column. When a user selects a checkbox, an event handler will update the cell to the right with a timestamp that represents when the checkbox value was modified. Selecting or unselecting the checkbox updates the adjacent cell with the timestamp. I’ve also included a reset button to clear the entire Timestamp column.
For sure want to add other cool stuff but this is just a start.
Checkbox | Timestamp (Last Modified) |
---|---|
Some background information
This started off as a very simple HTML website hosted on GitHub Pages where I have pretty much the same functionality.
I’m now using Cloudflare Pages, which I think is pretty cool! There are other cool ideas I’d like to implement, but for now this is my very first project on my very first website!