Skip to content

React implementation of Instagram-like page of abstract social network.

Notifications You must be signed in to change notification settings

koshelevd/mesto-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React project "Mesto. Russia."

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.

Installing on a local machine

```
$ npm install
```

Run app

```
$ npm run start
```

Build app

```
$ npm run build
```

Deploy on gh-pages

```
$ npm run deploy
```

https://koshelevd.github.io/mesto-react/