Skip to content

TorbenStriegel/Fit4You-FitnessApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fit4You Fitness App

Project Overview

Fit4You-FitnessApp is a fitness app designed to create personalized workout plans for athletes. It was developed as part of a student project using the Flutter framework.

image image

An overview of the currently implemented features can be found here.

Getting Started with Flutter and Android Studio

To set up Flutter and Android Studio and begin working on the Fit4You-FitnessApp project, follow these steps:

Installation of Flutter

  1. Download Flutter: Visit the Flutter download page and download the latest stable release of Flutter for your operating system.

  2. Extract the Archive: After downloading, extract the downloaded archive to a location on your computer.

  3. Add Flutter to Your Path: To use Flutter from the command line, add the Flutter binary directory to your system's PATH variable.

  4. Verify Installation: Open a terminal or command prompt and run flutter --version to verify that Flutter is correctly installed.

Installation of Android Studio

  1. Download Android Studio: Visit the Android Studio download page and download the latest version of Android Studio for your operating system.

  2. Install Android Studio: Run the downloaded installer and follow the on-screen instructions to install Android Studio on your computer.

  3. Configure Android Studio: Upon the first launch, Android Studio will prompt you to set up the development environment. Follow the prompts to install the necessary SDK components.

  4. Install Flutter Plugin: In Android Studio, go to "File" -> "Settings" (or "Preferences" on macOS) and navigate to "Plugins." Search for "Flutter" and click "Install" to add the Flutter plugin.

Opening the Fit4You-FitnessApp Project

  1. Clone the Repository: Clone the Fit4You-FitnessApp project repository to your local machine using Git.

  2. Open the Project in Android Studio:

    • Launch Android Studio.
    • Select "Open an Existing Project" from the welcome screen.
    • Navigate to the directory where you cloned the Fit4You-FitnessApp project and select the project's root folder.
  3. Configure Emulator or Physical Device: To test the app, set up an Android emulator or connect a physical Android device to your computer.

  4. Build and Run: Build and run the project in Android Studio. You can choose the target device (emulator or physical device) to test the app.

Usage

Fit4You-FitnessApp allows athletes to create customized workout plans based on their goals and preferences. Users can follow these plans to achieve their fitness objectives effectively.

Contributing

Contributions to the Fit4You-FitnessApp project are welcome. Feel free to fork the repository, make improvements, and submit pull requests.

License

This project is open-source and is distributed under the MIT License. Please review the license for more details.

Acknowledgments

Fit4You-FitnessApp is a student project aimed at helping individuals achieve their fitness goals through personalized workout plans.