8 Commits

Author SHA1 Message Date
dcbc3fd654 Hide cursor in todos 2021-04-19 11:52:05 -05:00
65dbceae2b Add license 2021-04-18 15:57:44 -05:00
1789fe7c23 Update more frequently 2021-01-12 09:53:58 -06:00
40d953f216 Always schedule the next update for midnight
This prevents potential drift problems where each day the update happens later and later (ever so slightly).
2019-03-22 12:47:47 -05:00
bde0cc6584 Align left, even if placed on the right 2019-03-19 20:57:04 -05:00
4d5859055e Missed this one 2019-03-19 20:51:22 -05:00
acd4dd3701 Fixed up some css and check restoring 2019-03-19 20:47:19 -05:00
1e7c17eaa5 Initial commit
This is a first attempt at tracking an interactive todo list. It's currently built around the idea that you'll have items that repeat on a daily basis, so every day at midnight it will rotate out the previous day and in the current day. Completed todos are currently only stored as local storage on the browser, but should probably eventually be sent to another server somewhere that can coordinate the list of todos. This would more easily allow family members to add todos from their phone or similar.

Lots more to do here, including making the way it tracks daily items smarter. This is a good first step, though.
2019-03-19 15:29:29 -05:00