Skip to content

Classic dark, reflection-free password strength checker in the browser. Enter a password, see live feedback on strength, and toggle visibility.

Notifications You must be signed in to change notification settings

Akshay7311/Password-Strength-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Checker

Classic dark, reflection-free password strength checker in the browser. Enter a password, see live feedback on strength, and toggle visibility.

Live Demo

Run Locally

  1. Open index.html in your browser, or serve the folder:
    python -m http.server 8000
  2. Visit http://localhost:8000.

Tech

  • HTML, CSS, JavaScript (no build step)

How It Works

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

Repo Notes

  • Mirrors the working build hosted above; no external dependencies.

About

Classic dark, reflection-free password strength checker in the browser. Enter a password, see live feedback on strength, and toggle visibility.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published