This is a frontend-only web application for a car rental service built with React.js and Tailwind CSS. Customers can view available cars and make reservations.
👉 Live Preview : Live Preview
- Car Catalog: View a catalog of available cars with details such as company name, model, year, and price etc.
- Reservation Form: Users can make reservations by filling out a form with their desired dates and contact information.
- Responsive Design: The website is fully mobile-responsive.
- React.js
- Tailwind CSS
$ git clone https://github.com/imredoyyy/RentWheel.git
$ cd RentWheel
$ npm install
$ npm run dev