# Exercise Reps Tracker

A static exercise-tracking dashboard for logging reps, viewing weekly activity, and monitoring today’s routine. It uses semantic HTML, CSS, and vanilla JavaScript with in-memory dashboard state.

## Run

Open `index.html` in a browser.

## Project files

- `index.html` — dashboard markup and entry page
- `style.css` — responsive dark dashboard styling
- `app.js` — state, rendering, rep controls, and logging interactions
- `docs/design-reference.png` — non-runtime visual reference

The generated code has not been executed as part of this handoff, so verify the HTML-to-JavaScript wiring and browser interactions locally.