A simplified online business portal (website) for a Car Rental Company: “Hertz-UTS”. The website is a simulated online car rental system that aims to offer users a streamline browsing and operation experience.
The vehicles available for renting can be divided into multiple categories by brand, such as Sedan, Wagon and SUV.
Before you run the project locally, you must meet the prerequisites.
- Install Git CLI
git clone https://github.com/CharlieH7/Online-Car-Rental-System.git
Go to the project directory
cd Online-Car-Rental-System
Open with live Server
or
- Download and Unzip the file on your local system copy Online-Car-Rental-System.
- Put Online-Car-Rental-System folder inside root directory (for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
access to the website directly (Here)😍
- Customers can view a multitude of cars with detailed information as soon as they enter the website.
- Customers can add an available car to their reservation ‘shopping cart”.
- Customers can manipulate the items in the reservation shopping cart, such as changing the quantify or removing a car.
- Customer can check out the cars that have been added to the shopping cart.
- Website should be able to handle various exceptions, such as a customer adding a car which is unavailable or checking out without a car in the shopping cart
Languages: HTML, CSS, JavaScript, MySQL, AJAX, JSON
Add payment methods, Allow customer to select dates and locations...