Skip to content

theAshbringer/mesto-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesto React

Mesto is a photo sharing social network implemented as a single-page application.

The essential of this project is that it has been ported from vanilla JS version (check this out) to React, although it doesn't introduce any new features.

Technologies and tools 🛠️:

React

Features

Soon there will be introduced same features, as in vanilla JS version

  • 🤝 Responsive layout
  • 👍 Valid semantic HTML
  • 📁 BEM-driven styling (Nested type)

Get Started

Install dependencies:

npm i

Development build:

npm start

Production build:

npm run build

Things to improve 📝

  1. Translate interface to English