https://github.com/xaxoman/itrack-open-source-workout-app
iTrack is an open-source workout application designed to help users track their workouts, monitor progress, and achieve fitness goals.
https://github.com/xaxoman/itrack-open-source-workout-app
calisthenics gym itrack open-source workout workout-app workout-tracker
Last synced: 6 months ago
JSON representation
iTrack is an open-source workout application designed to help users track their workouts, monitor progress, and achieve fitness goals.
- Host: GitHub
- URL: https://github.com/xaxoman/itrack-open-source-workout-app
- Owner: xaxoman
- Created: 2025-02-15T14:44:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:27:52.000Z (7 months ago)
- Last Synced: 2025-03-20T20:45:48.938Z (7 months ago)
- Topics: calisthenics, gym, itrack, open-source, workout, workout-app, workout-tracker
- Language: TypeScript
- Homepage: https://i-track-open-source-workout-app.vercel.app
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iTrack Open Source Workout App
iTrack is an open-source workout application designed to help users track their workouts, monitor progress, and achieve fitness goals. Built using TypeScript and React, it offers a clean and intuitive interface for managing workout routines.
## Features
- **Workout Tracking**: Log and track workout sessions with detailed statistics.
- **Progress Monitoring**: Visualize progress over time with charts and graphs.
- **Workout Templates**: Create and use custom workout templates for quick session setup.
- **Recent Workouts**: Quickly access and review recent workout sessions.
- **Responsive Design**: Optimized for use on both desktop and mobile devices.## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/) (version 14 or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)### Installation
1. Clone the repository:
```sh
git clone https://github.com/xaxoman/iTrack-open-source-workout-app.git
cd iTrack-open-source-workout-app
```
2. Install dependencies:```sh
npm install
# or
yarn install
```
3. Start the development server:```sh
npm run dev
# or
yarn dev
```### Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (git checkout -b feature/your-feature-name)
3. Commit your changes (git commit -m 'Add some feature')
4. Push to the branch (git push origin feature/your-feature-name)
5. Open a Pull RequestLicense
This project is licensed under the Apache License 2.0. See the LICENSE file for details.