An open API service indexing awesome lists of open source software.

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.

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