https://bodhi453.github.io/Project02/
This project is an updated version of my Project 1 workout website.
I kept the original workout plan, technique page, and about page, and added new features with JavaScript.
- Multiple pages
- Navigation bar
- Workout logging page
- Progress history page
- Login with saved name
- Exercise dropdowns
- Filter for workout history
- Delete workout entries
- Dark mode
- localStorage so data stays saved
index.html- workout plantechnique.html- exercise techniqueabout.html- information about Jeff Nippardlog.html- log workoutshistory.html- view workout history
Open the website, enter your name on the Log Workout page, and save a workout.
Then go to the Progress History page to see saved workouts.
Workout data and dark mode are saved in localStorage.