Mesto frontend with authentification
Project 12: Reviewed and accepted version of the project
6th course work at the Web-development faculty of Yandex.Praktikum
# Clone the repository
git clone https://github.com/artginzburg/react-mesto-auth
# Enter the project directory
cd react-mesto-auth
# Install dependencies
npm i
In the project directory, you can run:
Starts a local server on localhost:3000 · With automatic updates on any change and lint errors in the console.
Builds the app for production to the
build
folder
Places the production version code into the
gh-pages
branch
- Add lightbox modal zoom (like Magnific Popup or Fancybox)
- Add locales and English language
- Auth
- React
- "Reactive" form validation
- Popups are added with React.createPortal