Instagram like page of abstract social network. Implementation on React. Project work on the learning course Yandex.Praktikum "Web developer"
The work was done using React, JSX, Javascript. The layout is adaptive, responsive, flexbox and grid layout technologies are used. BEM technology is applied. The files are organized according to Nested BEM.
```
$ npm install
```
```
$ npm run start
```
```
$ npm run build
```
```
$ npm run deploy
```