This project is a web application for browsing and managing car rentals. Users can view a list of available cars, filter them, and mark their favorites.
- View a list of available cars
- Filter cars based on various criteria (e.g., brand, price)
- Mark cars as favorites
- Pagination for browsing through the car list
- React.js: JavaScript library for building user interfaces.
- Redux Toolkit: State management for React applications.
- Styled Components: Styling library for React components.
- MockAPI: Mock API for simulating backend data.
To get started with this project, follow the installation instructions below.
- Clone the repository:
git clone https://github.com/samusdimitriy/car-sharing.git cd car-rental-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open https://samusdimitriy.github.io/car-sharing/ to view it in the browser.
5.License This project is licensed under the MIT License - see the LICENSE file for details.