Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Tracker

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.

Stack

  • 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.

Deployment

Hosted via GitHub Pages: Settings → Pages → source = this branch, root folder.

Firestore rules

firestore.rules restricts reads/writes to authenticated (including anonymous) users. Deploy with:

firebase deploy --only firestore:rules --project workout-tracker-janesh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages