Skip to content

alexandra-urberg/react-mesto-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Mesto-Auth React(sprint 12)

This is an application written in React

GH-pages: https://alexandra-urberg.github.io/sign-in

Figma Layout example: https://www.figma.com/file/2cn9N9jSkmxD84oJik7xL7/JavaScript.-Sprint-4?node-id=0%3A1

This is an application written in React. The project is a service like instagram, where users can add an image, add or delete likes to the other users images, change/add user’s avatar and information.

The project includes: images, pop-up forms that save a changeable name and user’s activity, as well as an avatar, registration and authorisation. The input data (like image, description, user’s information) is validated.

The following stack was used during development of the project:

  1. HTML;
  2. CSS;
  3. React(JSX): semantics and validity;;
  4. Git, Flex;
  5. BEM;
  6. Mobile adaptive website;

Startup commands

To install dependencies

npm i

To start the server http://localhost:3000/

npm start

To build the project

npm run build

Stream 24

Prepared by Alexandra Stepanova