Classic dark, reflection-free password strength checker in the browser. Enter a password, see live feedback on strength, and toggle visibility.
- Open
index.htmlin your browser, or serve the folder:python -m http.server 8000
- Visit http://localhost:8000.
- HTML, CSS, JavaScript (no build step)
- Strength classes (
weak,moderate,strong) are applied based on length, uppercase, digits, and mixed characters. - The meter bar updates width/color via CSS; a show/hide toggle flips the input type.
- Mirrors the working build hosted above; no external dependencies.