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.
ashryanio-routinetrackerapp.web.val.run
Updated: January 11, 2025
I really like what you've done with the routine tracker app for Kaya! Very practical and thoughtful. Iβve been working on something similar for my 8yo and thought you might find it useful: https://www.val.town/v/vandermerwed/dailyScheduleTracker. Hope it adds some value to your setup! Sending good vibes from one parent to another. ππ¨βπ§βπ¦
@vandermerwed Thanks for checking it out! I'll have a look at yours. I've been slowly chipping away at it as I get feedback from my wife and daughter :)
@ashryanio Appreciate it! Gotta admit, my 8yo is my toughest QA tester. Brutal, but honest! π