4 Commits

Author SHA1 Message Date
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
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