https://github.com/tinkkid/test-password-strength
https://github.com/tinkkid/test-password-strength
angular2 bootstrap reactforms
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinkkid/test-password-strength
- Owner: Tinkkid
- Created: 2023-06-16T06:16:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T05:23:16.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T23:56:47.462Z (12 months ago)
- Topics: angular2, bootstrap, reactforms
- Language: TypeScript
- Homepage: https://tinkkid.github.io/test-password-strength/
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App to test password strength
This is a simple app to test password strength. It contains a field for entering a password and 3 sections which will show the strength of the password.
The color of the sections will depend on the strength of the password:
- If the field is empty, all sections are gray;
- If the field has less than 8 characters, all sections are red;
- If the password is easy - the first section is red the rest are gray;
- If the password is medium - the first two sections are yellow the last one is gray;
- If the password is strong, all sections are green;
### [Link to live page](https://tinkkid.github.io/test-password-strength/)
## Technologies
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.