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
- Host: GitHub
- URL: https://github.com/timurgain/mesto-frontend-react
- Owner: timurgain
- Created: 2023-03-02T16:20:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T20:20:19.000Z (over 3 years ago)
- Last Synced: 2025-01-21T03:10:02.394Z (over 1 year ago)
- Topics: javascript, react, react-router
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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