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.
- Host: GitHub
- URL: https://github.com/anna-yeddi/login
- Owner: anna-yeddi
- Created: 2019-06-17T02:04:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T23:11:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T06:48:17.229Z (about 1 year ago)
- Topics: accessibility, client-side, constraints, css3, css3-animation, es6, html5, javascript, localstorage, login-forms, validation, wcag2
- Language: CSS
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).