Skip to content

Abinash6000/7-Min-Workout-App

Repository files navigation

7 Minute Workout App

Overview

The 7 Minute Workout App is a fitness application developed for Android using Kotlin and Android Studio. This app is designed to provide users with a quick and effective workout routine that can be completed in just 7 minutes. The app leverages the Room database to store user data, track workout history, and personalize the experience.

Screenshots

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6

Features

  1. Quick and Effective Workouts: The app guides users through a series of exercises, each lasting 30 seconds with a 10-second rest in between. The entire workout takes only 7 minutes, making it easy to fit into a busy schedule.

  2. Workout History: The app stores users' workout history in the Room database, allowing them to review past workouts and track their progress.

  3. BMI Calculator: A built-in BMI calculator helps users assess their body mass index by entering their weight and height information. This feature provides valuable insights into overall health and fitness.

Technologies Used

  • Kotlin: The app is developed using the Kotlin programming language, which is the preferred language for Android app development.

  • Android Studio: The official IDE for Android app development, used for designing, coding, and testing the application.

  • Room Database: The Room persistence library is used to store and manage user data, including workout history and user profiles.

Getting Started

Prerequisites

  • Android Studio installed on your machine.
  • A compatible Android device or emulator.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/7-minute-workout-app.git
  2. Open the project in Android Studio.

  3. Run the app on an Android device or emulator.

Usage

  1. Launch the app on your Android device.

  2. Create an account or log in if you already have one.

  3. Follow the on-screen instructions to start your 7-minute workout.

  4. Track your progress in the app and review past workouts in the history section.

Contributing

If you would like to contribute to the development of the 7 Minute Workout App, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages