An open API service indexing awesome lists of open source software.

https://github.com/andrgoit/rent-car

РЕТ-project. Адаптивный сайт, написанный при помощи React, redux, tailwindcss ...
https://github.com/andrgoit/rent-car

axios mockapi reactjs redux-toolkit routers tailwindcss

Last synced: 2 months ago
JSON representation

РЕТ-project. Адаптивный сайт, написанный при помощи React, redux, tailwindcss ...

Awesome Lists containing this project

README

          

# Rent Car Website

Адаптивный РЕТ-проект, написанный при помощи React, redux, tailwindcss ...

![screen1](./public/img1.JPG)
![screen1](./public/img2.JPG)
![screen1](./public/img3.JPG)
![screen1](./public/img4.JPG)

### Для запуска приложения у себя на компьютере необходимо:

- склонировать данный репозиторий себе на компьютер

```js
git clone https://github.com/Andrgoit/rent-car.git
```

- установить все зависимости

```js
npm i
```

или

```js
npm install
```

- запустить проект

```js
npm start
```