This is a responsive car rental website built using JavaScript, Svelte, TailwindCSS, PHP and MySQL. The project was created in secondary school.
Table of Contents
Explore the live demo of the car-rental website.
- admin - username: admin, password: admin
- mod - username: mod, password: mod
To get a copy of this project up and running on your local machine, follow these steps:
- Clone the repository to the place where the php interpreter is running (e.g. xampp - htdocs) :
git clone https://github.com/piechnikk/car-rental.git
- Create a MySQL database named
cars
and importsrc/database/cars.sql
Open your preferred web browser and navigate to http://localhost/car-rental
(address can be different depending on the php interpreter used) to access the running application.
- Login/Registration
- Car Reservation
- Admin can change user type and activate user account
- Mod can accept and reject reservations requests
- QR code when reservation is accepted
Note: This project was created in secondary school and serves as an example of a responsive car rental website.