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

https://github.com/jorisbertier/sport-see

This is a web application designed to help users track their daily fitness progress.
https://github.com/jorisbertier/sport-see

react recharts

Last synced: 2 months ago
JSON representation

This is a web application designed to help users track their daily fitness progress.

Awesome Lists containing this project

README

          

# 🏋️‍♂️ Fitness Progress Tracker

This is a web application designed to help users **track their daily fitness progress**.
With dynamic charts and a clean interface, users can visualize their workouts, monitor improvements, and stay motivated over time.

Built with **React** using [Create React App](https://github.com/facebook/create-react-app), the app offers a responsive experience and real-time data updates to support your fitness journey.

---

## Get started

1. Install the dependencies
```bash
npm install
```

2. Start the app
```bash
npm start
```

Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.

---

### Run tests

```bash
npm test
```

Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

---

### Build for production

```bash
npm build
```

Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

---

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).