/login

Accessible login page with client-side validation, error hints, options to show typed password and localStorage for username. WCAG 2.0 AA compliant. User data is tested with local database.

Primary LanguageCSS

Custom Login Page

First created in June 2019.

Features:

  • Client-side validation, password constraints;
  • Custom error messages and hints;
  • Username can be saved in, retrieved and removed from the localStorage;
  • Local server with test user JSON data;
  • When successful, redirects to a custom welcome page;
  • Light animation;
  • Responsive layout;
  • WCAG 2.0 compliant (accessible);
  • HTML5, CSS3, JavaScript (ES6).