This is a React application developed for a car rental company in Ukraine.
The application contains 3 pages:
- Home page - the page with general information about the company and its advantages;
- Catalog - the page where you can view all the cars available and filter ads by 3 criteria - brand, price, mileage;
- Favorites - the page where the user can view the adverts he has added to his favorites.
- React
- React Router
- Redux Toolkit
- Redux Persist
- Axios
- Styled Emotion
To get started with this project, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using
npm install
or
yarn install
- Start the development server with
npm start
- Open your web browser and visit http://localhost:3000/ to access the application.