MuhammedZohaib / HitFit-Gym-App

A Java and JavaFX-based Gym Management App that enables user login/signup and provides administrative features for efficient gym management. Simplify and streamline your gym operations with this user-friendly application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

OOP Semester Project 2022

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact

About The Project

Product Name Screen Shot

(back to top)

Built With

  • JAVA
  • JAVAFX
  • CSS
  • MS SQL SERVER
  • Trello
  • IntelliJ
  • GitHub

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • JDK

    $ wget https://download.java.net/java/GA/jdk13.0.1/cec27d702aa74d5a8630c65ae61e4305/9/GPL/openjdk-13.0.1_linux-x64_bin.tar.gz
    $ tar -xvf openjdk-13.0.1_linux-x64_bin.tar.gz
    $ mv jdk-13.0.1 /opt/

    JDK

  • Maven

    $ wget https://mirrors.estointernet.in/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
    $ tar -xvf apache-maven-3.6.3-bin.tar.gz
    $ mv apache-maven-3.6.3 /opt/

    Maven

  • IntelliJ-Idea Download here: IntelliJ-Idea

Installation

  1. Clone the repo
    git clone https://github.com/codefolk/Semester-Project-2022.git
  2. Open Project in IntelliJ Idea
  3. Run Following command to install all the dependencies
    mvn clean compile

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Feature 1
  • Feature 2
  • Feature 3
    • Nested Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

Team Members

Muhammad Saad Suleman
Syed Ayaan Ali
Muhammad Zohaib

Supervisor

Dr. Aksam Iftikhar

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Email

Muhammad Zohaib - alizuhaib828@gmail.com
Muhammad Saad Suleman - saadfacebooks4563@gmail.com
Syed Ayaan Ali - syedayaanali789@gmail.com

Project Link: Semester Project 2022

(back to top)

About

A Java and JavaFX-based Gym Management App that enables user login/signup and provides administrative features for efficient gym management. Simplify and streamline your gym operations with this user-friendly application.

License:MIT License


Languages

Language:Java 95.8%Language:CSS 4.2%