A simple, responsive password strength checker built with HTML, CSS, and vanilla JavaScript. It provides real-time feedback as users type, helping them create stronger and more secure passwords.
- 🔍 Live strength analysis as the user types
- 📊 Color-coded progress bar (Weak, Moderate, Strong)
- 🔒 Detects uppercase, lowercase, numbers, symbols, and length
- ✅ Clean, responsive UI
- 💾 No libraries or frameworks required
- HTML5
- CSS3 (Flexbox, transitions)
- JavaScript (ES6)
- index.html # Main layout
- style.css # Styling
- script.js # Strength evaluation logic
- Open the HTML file in your web browser to see the password strength checker in action.
- Type a password in the input field.
- See the strength analysis as the password is typed.
- Adjust the password length to see how it affects the strength.
- Check the color-coded progress bar to see the strength level.
- Enjoy the password strength checker!
-
Clone the repository:
git clone https://github.com/codewithoyem/password-checker-100daysofcode.git cd password-strength-checker