Skip to content

RahmaIsmaill/FitnessWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness World Management System

Java License

The Fitness World Management System is a Java-based desktop application designed to help gym members and administrators manage fitness-related activities. Members can view their personal information, enroll in courses, and track their progress, while administrators can manage member accounts, courses, and payments.


Features

Member Dashboard

  • 👤 Personal Information: View and update personal details.
  • 🎯 Course Enrollment: Enroll in fitness programs.
  • 💳 Payment Management: Make payments for enrolled courses.
  • 📈 Progress Tracking: Track fitness progress.

Technologies Used

  • Java: Main programming language.
  • JavaFX: For building the graphical user interface (GUI).
  • JDBC: For managing database interactions.
  • CSS: For styling JavaFX components.
  • FXML: For defining the UI structure.
  • Maven: For dependency and build management.

Prerequisites

To run this project, you need the following:

  • Java Development Kit (JDK) 11 or higher (Java 21 is configured in the project).
  • JavaFX SDK (if not included with JDK).
  • Database: MySQL.

Dependencies

Maven handles the required dependencies. Key dependencies are:

  • JavaFX: For UI elements like javafx-controls and javafx-fxml.
  • JDBC Driver: For database connectivity (MySQL Connector).

Dependencies are listed in pom.xml.


Installation

  1. Clone the Repository:
    git clone https://github.com/your-username/fitness-world.git
    cd fitness-world
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages