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

https://github.com/timurgain/mesto-frontend-react

Frontend on React.js with React Router and Auth
https://github.com/timurgain/mesto-frontend-react

javascript react react-router

Last synced: about 2 months ago
JSON representation

Frontend on React.js with React Router and Auth

Awesome Lists containing this project

README

          

# Mesto web page

## Description

The project gives practice in React.js, API and Asynchronous programming. It talks in pictures about beautiful places you may travel.

## Technologies

- React.js, React Router v6;
- JavaScript, Asynchronous programming, API;
- HTML5 and semantic tags;
- CSS3 and grid layout, flexbox, adaptive, @media, @font-face;
- Block Element Modifier methodology,
- Webpack module bundler.

## Installation and launch

Check if Node.js and npm are installed
```
node --version
```

Clone repository and navigate to folder on command line:
```
git clone ...
```

```
cd react-mesto-auth
```

```
npm run start