An open API service indexing awesome lists of open source software.

https://github.com/anna-yeddi/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.
https://github.com/anna-yeddi/login

accessibility client-side constraints css3 css3-animation es6 html5 javascript localstorage login-forms validation wcag2

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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