Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.75 KB

File metadata and controls

42 lines (26 loc) · 1.75 KB

Car Rental System

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.

Demo:

https://www.youtube.com/watch?v=DNmowSwR04k

Features

  • 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.

    Screenshots:

image image image

Technology Stack

  • Language: Java
  • IDE: Any Java-supported Integrated Development Environment (IDE) like IntelliJ IDEA, Eclipse, or NetBeans.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • An IDE or text editor for writing and running Java code

Installation

  1. Compile and Run: Open the project in your preferred IDE and run the Main.java file.

Team Contributor

Team Member - Nakesh Sharma https://github.com/nakeshsharma