fitME is a React Native application designed to help you track your sets and reps in the gym. Whether you're a beginner or a seasoned athlete, fitME provides a simple and efficient way to log your workouts and monitor your progress.
- Workout Logging: Easily log your sets, reps, and weights for various exercises.
- Progress Tracking: View your workout history and track your progress over time.
- Customizable Workouts: Create and save custom workout routines.
- User-Friendly Interface: Intuitive design for a seamless user experience.
To get started with fitME, follow these steps:
-
Clone the repository:
git clone https://github.com/kedarvartak/fitME.git cd fitME
-
Install dependencies:
npm install
-
Run the application:
npm run start
-
Log Workouts:
- Select the exercise you want to log.
- Enter the number of sets, reps, and weight used.
- Start the clock timer and get ready to pump the greatest set you have experienced
- Save your workout to track your progress.
-
View History:
- Navigate to the history tab to view your past workouts.
- Analyze your progress over time.
We welcome contributions to improve fitME! To contribute, please follow these steps:
-
Fork the repository:
- Click the "Fork" button at the top right of this repository.
-
Create a branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit:
git commit -m "Add your commit message here"
-
Push to your branch:
git push origin feature/your-feature-name
-
Create a Pull Request:
- Go to your forked repository.
- Click the "Compare & pull request" button.
- Describe your changes and submit the pull request.
For any questions or feedback, please feel free to reach out.