A single-page site to track daily plank hold times, with a calendar to browse history.
- Open the page: today's date is checked against Firestore. If there's no entry yet, you can enter how long you held your plank. Once saved, it's locked in for the day.
- Use the calendar below to click any date and see the plank time logged for it.
- Plain HTML/CSS/JS, no build step (
index.html). - Firebase (Firestore) for storage, with anonymous auth so data works across devices without a login screen.
Hosted via GitHub Pages: Settings → Pages → source = this branch, root folder.
firestore.rules restricts reads/writes to authenticated (including anonymous) users. Deploy with:
firebase deploy --only firestore:rules --project workout-tracker-janesh