

Simple Gym Logger is a React Native application designed to help users track their gym progress. Users can log their exercises, view their workout history, and visualize their progress over time.
- Exercise Logging: Add, edit, and delete exercise logs with details such as weight and reps.
- Workout History: View logs for specific dates and navigate through weeks to see past workouts.
- Progress Visualization: Graphs to visualize progress over time (feature in development).
-
Clone the repository:
git clone https://github.com/antomanc/simple-gym-logger.git cd simple-gym-logger
-
Install dependencies:
bun install
-
Start the app:
bun run android
- Navigate to the "Logs" tab.
- Click the "+" button to add a new exercise log.
- Fill in the exercise details and save.
- Navigate to the "Logs" tab.
- Use the date selector to view logs for specific dates.
- Use the week selector to navigate through weeks.
- Navigate to the "Exercises" tab.
- Add new exercises or edit existing ones.
- Search for exercises using the search bar.
- Navigate to the "Settings" tab.
- Customize app settings (feature in development).
- Navigate to the "Graphs" tab.
- View visualizations of your progress over time (feature in development).
Contributions are welcome!