Public
Readme
This is a little React component to make our 7yo's after school routine self-serve so she can be a bit more independent after school.
To change the items in the list, modify the routineTasks
array of objects:
[
{name: "item", timed: false},
{name: "item 2", timed: true, duration: 2 * 60 }
{name: "item 3", timed: false, requiresParent: true}
]
You can set the parent password on this line:
const PARENT_PASSWORD_HASH = simpleHash("1234");
- Make the parent password modal touch friendly
- Track dates/times of list completions
- Show a tracker of how many completions this week
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
jmt_es-routinetrackerapp.web.val.run
Updated: October 12, 2024