A dead-simple reminder for Task Bar Hero's 8-hour offline progress cap.
Click Start → it records the time, shows a live countdown, and opens a
pre-filled Google Calendar event at now + 7.5h. Hit Save in the calendar
and your phone alarms you before the cap fills — even if the PC is shut down.
A static web page can't run code while the browser/PC is closed, so it can't fire a notification on its own. Instead it hands the timing off to your calendar, which does reliably alert your phone. The page itself just shows the live countdown when you have it open.
Open index.html (or the deployed URL), tap Start. Adjust the hours field
if you want something other than 7.5h.
- Push this repo to GitHub.
- Repo Settings → Pages → Source:
mainbranch / root. - Visit
https://<username>.github.io/<repo>/.
It's a single static file — no build step.