https://github.com/thomas-basham/fitness-tracker-demo
A React app that lets users track their workouts and achieve their fitness goals.
https://github.com/thomas-basham/fitness-tracker-demo
Last synced: 4 months ago
JSON representation
A React app that lets users track their workouts and achieve their fitness goals.
- Host: GitHub
- URL: https://github.com/thomas-basham/fitness-tracker-demo
- Owner: Thomas-Basham
- Created: 2024-01-27T17:15:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T00:56:42.000Z (over 1 year ago)
- Last Synced: 2024-12-31T00:43:10.281Z (6 months ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fitness Tracker Demo
A React app lets the user track their workouts and helps them achieve their fitness goals.
[Deployed Site](https://fitness-tracker-demo.netlify.app/)
## Features
### MVP (Most Viable Product)
- User can click a button to record that they exercised that day, saving the date and time they exercised.
- The recorded data will display on the web page in a list
- User can update and delete a recorded workout### Nice to haves
- User can select what type of workout they did
- Chart tracks types and dates of workouts
- User can register, login, logout
- Data is persisted over time with a database