Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.31 KB

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