Skip to content

React Native app that let you track your progress in the gym

License

Notifications You must be signed in to change notification settings

antomanc/simple-gym-logger

Repository files navigation

Simple Gym Logger

app screenshot 1 app screenshot 2

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.

Features

  • 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).

Installation

  1. Clone the repository:

    git clone https://github.com/antomanc/simple-gym-logger.git
    cd simple-gym-logger
  2. Install dependencies:

    bun install
  3. Start the app:

    bun run android

Usage

Logging Exercises

  1. Navigate to the "Logs" tab.
  2. Click the "+" button to add a new exercise log.
  3. Fill in the exercise details and save.

Viewing Workout History

  1. Navigate to the "Logs" tab.
  2. Use the date selector to view logs for specific dates.
  3. Use the week selector to navigate through weeks.

Managing Exercises

  1. Navigate to the "Exercises" tab.
  2. Add new exercises or edit existing ones.
  3. Search for exercises using the search bar.

Settings

  1. Navigate to the "Settings" tab.
  2. Customize app settings (feature in development).

Viewing Graphs

  1. Navigate to the "Graphs" tab.
  2. View visualizations of your progress over time (feature in development).

Contributing

Contributions are welcome!