Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.34 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.34 KB

31748 Programming on the Internet - Autumn 2023 Assignment 2

Online Car Rental System

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.

🚀 Run Locally

Before you run the project locally, you must meet the prerequisites.

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

  1. Download and Unzip the file on your local system copy Online-Car-Rental-System.
  2. 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)😍

Features

  • 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

Tech Stack

Languages: HTML, CSS, JavaScript, MySQL, AJAX, JSON

Improvements for the website:

Add payment methods, Allow customer to select dates and locations...