A Java-based console application that combines learning and simulation.
- Rent a Car : Experience the ease of renting cars through an interactive console.
- Return a Car : Effortlessly return previously rented cars and update availability.
- Customer Management : Add new customers and maintain customer records.
- Car Management : Manage cars, brands, models, and pricing details.
- Rental History : Keep track of rentals, customers, and rental durations.
To get started with this project, you have two options:
-
Use the following link to clone the repository to your local machine:
git clone https://github.com/Jomon-J/Car-Rental-System.git
-
Once cloned, navigate to the project directory:
cd Car-Rental-System
-
If you prefer, you can directly fork this repository.
-
Click the Fork button at the top-right of this page.
-
After forking, clone the repository from your account:
git clone https://github.com/your-username/your-forked-repository.git
- If you find this project useful, please consider giving it a star ⭐. It helps others discover it too!
- This project is licensed under the MIT License - see the LICENSE file for details.