A modest Java project, the Gym Management System, has been developed to assist gym managers in efficiently managing their trainers, members, and inventory of equipment. The project features a Command Line Interface (CLI) that provides a straightforward and user-friendly interface for performing various activities related to gym management.
- Kashif Abbas Kazmi
- Wajahat
- Eeman Basharat
- Trainer Management: Add, update, and remove trainers from the system.
- Member Management: Keep track of gym members, their details, and membership status.
- Equipment Inventory: Manage the inventory of gym equipment, including additions and removals.
- User-Friendly CLI: The Command Line Interface ensures easy navigation and interaction with the system.
- Data Persistence: The system supports data persistence to store information between sessions.
- Java Development Kit (JDK) installed on your machine.
- A Java IDE (Integrated Development Environment) for ease of development.
-
Clone the repository to your local machine.
git clone https://github.com/your-username/Gym-Management-System-Java-Project.git
-
Open the project in your Java IDE.
-
Compile and run the
Main
class to start the Gym Management System.
Follow the on-screen instructions in the Command Line Interface to perform various tasks related to trainer management, member management, and equipment inventory.
We welcome contributions from the community. If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
Special thanks to anyone who contributed to this project and the open-source community for their valuable resources.