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.
- 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.
-
Clone the repository:
git clone https://github.com/xaxoman/iTrack-open-source-workout-app.git cd iTrack-open-source-workout-app -
Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn dev- Fork the repository
- Create a new branch (git checkout -b feature/your-feature-name)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature/your-feature-name)
- Open a Pull Request
License This project is licensed under the Apache License 2.0. See the LICENSE file for details.
