Welcome to Rent'N'Roll Auto, your go-to destination for reliable and affordable car rentals.
This is a simple car rental application built with Vite + React. It allows users to browse a catalog of cars available for rent, add cars to their favorites, and view detailed information about each car. The application also includes filtering options to help users find cars that match their preferences.
At Rent'N'Roll Auto, we prioritize convenience, flexibility, and quality to provide you with a seamless and enjoyable car rental experience. Our mission is to offer a diverse fleet of well-maintained vehicles and ensure customer satisfaction from selection to completion.
- Diverse Fleet: Choose from a range of vehicles, including compact cars, SUVs, and luxury sedans.
- Customer Commitment: We prioritize your safety, comfort, and satisfaction.
- Easy Booking: Enjoy a hassle-free booking process for a smooth rental experience.
You can access the live demo of the application here.
To get started with the project, follow these steps:
- Clone this repository to your local machine:
git clone
tap!
- Change directory to the project folder:
cd rent-n-roll-auto
- Install the project dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and navigate to
http://localhost:5173/rent-n-roll-auto
to access the application.
- React
- React Router
- React-Select
- React-Hook-Form
- Redux
- Redux-Toolkit
- Redux-Thunk
- Redux-Persist
- Axios
- Styled-Components
- MockAPI for data
- Vite
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Open a pull request to the main repository.