Skip to content

Latest commit

Β 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vehicle-Rental-System

The Vehicle Rental System. It simulates a basic rental service where users can rent, return, and view vehicles such as cars, motorcycles, and trucks.


🧩 Features

  • Add and manage different types of vehicles
  • Create and manage customer profiles
  • Rent and return vehicles
  • Track vehicle availability
  • Console-based interaction with organized class structure

πŸ”§ Technologies Used

  • Java
  • OOP concepts

πŸ—‚οΈ Purpose of Each Folder

Folder Purpose
ui/ All Swing GUI components and user-facing windows
models/ All data model classes representing vehicles, customers, etc.
system/ Contains backend logic β€” rental management, data storage, etc.
.gitignore Prevents unnecessary files (like .class, bin/, .idea/) from upload
README.md GitHub project info, setup guide, usage instructions
## πŸš€ How to Clone and Run This Project in VS Code

Follow these steps to clone the Vehicle Rental System and run it using Visual Studio Code.

---

### πŸ“₯ 1. Clone the Repository

Open your terminal (or Git Bash), then run:

```bash
git clone https://github.com/Zen0n111/vehicle-rental-system.git

πŸ“‚ 2. Navigate into the Project Folder

cd vehicle-rental-system

πŸ’» 3. Open the Project in VS Code

If you have VS Code installed and added to PATH, run:

code .

This will open the whole project in VS Code.


β˜• 4. Make Sure Java is Installed

Ensure that you have Java JDK installed and set up. You can verify it by running:

java -version

and

javac -version

▢️ 5. Run the Program

  1. Open the Main.java file (located in ui/ or root, depending on your structure).
  2. Click the Run ▢️ button at the top right, or right-click and select Run Java.
  3. If you’re using Swing, the UI window should appear.

βœ… You're All Set!

You’re now ready to build and test the Vehicle Rental System project in VS Code. πŸš—πŸ’»

About

The Vehicle Rental System. It simulates a basic rental service where users can rent, return, and view vehicles such as cars and motorcycles

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages