Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 422 Bytes

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).