This project is a web aplication that allows users to rent cars for short periods of time.
Table of Contents
-
View a list of available cars
-
Filter by car brand
-
Mark cars as favorites
-
Car list pagination
- React.js
- Redux Toolkit
- Styled Components
- MockAPI
To get started with this project, follow installation instructions below
- Clone the repo
git clone https://github.com/oksanamarusich/car-rental.git
- Install NPM packages
npm install
- Start the development server
npm start
- Open https://oksanamarusich.github.io/car-rental/ to view in the browser