Welcome to the Car Rental System project! This system is designed to manage car rentals efficiently, providing a user-friendly interface for both customers and administrators. The system allows users to rent and return cars, ensuring that all transactions are handled smoothly.
https://www.youtube.com/watch?v=DNmowSwR04k
-
Add Cars: Administrators can add cars to the rental system, specifying the car ID, brand, model, and base price per day.
-
Add Customers: Automatically create a customer profile when a new rental is initiated.
-
Rent a Car: Customers can rent available cars for a specified number of days, with the system calculating the total rental cost.
-
Return a Car: Customers can return rented cars, and the system updates the car’s availability status.
-
Rental Information: Display detailed rental information including customer ID, customer name, car details, rental days, and total price.
- Language: Java
- IDE: Any Java-supported Integrated Development Environment (IDE) like IntelliJ IDEA, Eclipse, or NetBeans.
- Java Development Kit (JDK) 8 or higher
- An IDE or text editor for writing and running Java code
- Compile and Run: Open the project in your preferred IDE and run the Main.java file.
Team Member - Nakesh Sharma https://github.com/nakeshsharma


