CatNetOrg / MeowNet

0 stars 0 forks source link

Implement the Log in form #10

Open VitalyaIlin opened 2 years ago

VitalyaIlin commented 2 years ago
  1. Create the form with two fields: email, password
  2. Email and password should have validation
  3. When user clicks the "Log in" button, system should try to find corresponding email and password in Local Storage. If user exist, show "You are authorized" message in the console, if user doesn't exist or data invalid show the red error message above the Log in button "Email or password is invalid"