Maks-Jago / WebTestTask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React. SignUp Page

You need to create a responsive page with a registration form. By clicking on the "SignUp" button, an alert should appear with the values from the form.

As a result, we are waiting for the git repository with the completed task.

Requirements:

  • React.js;
  • CSS preprocessor of your choice;
  • Front-end toolkit of your choice (Bootstrap, Ant design etc.), consider it is an enterprise project.

Validations:

  • email: required + email format
  • password: required + min 6 characters
  • password confirmation: required + equality with password

Design sources:

https://www.figma.com/file/N90535xMelza7jSgvsS9aX/Task-Doc-Registration

About