Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.27 KB

Car Rental Service Website

This is a responsive website for a car rental service built using ReactJS. The website allows users to select a car model, set a date and time, and choose a destination for renting a car.

Live Demo

You can access the live demo of the website here.

Features

  • User-friendly interface for easy car selection and reservation.
  • Responsive design for optimal viewing on different devices (desktop, tablet, mobile).
  • Car model selection with detailed information and images.
  • Date and time picker for setting the rental duration.
  • Destination input field for specifying the desired location.
  • Smooth user experience with intuitive navigation.

Technologies Used

  • ReactJS: JavaScript library for building user interfaces.
  • HTML5: Markup language for structuring the web pages.
  • CSS3: Styling language for designing the website layout and appearance.
  • JavaScript: Programming language for implementing interactive features.
  • [Additional libraries or frameworks you have used (if any)]

Installation

  1. Clone the repository: git clone https://github.com/itssouray/carRent.git
  2. Navigate to the project directory: cd carRent
  3. Install the dependencies: npm install
  4. Start the development server: npm start