This is a modern, interactive password strength checker that provides instant feedback on password security. It dynamically updates the strength level (Weak, Medium, Strong) and includes animations, color gradients, and a glowing effect to enhance user experience.
- 🔥 Live password strength detection
- 🌈 Color-coded progress bar and background gradient
- 💡 Glowing effect for better UX
- 🔄 Smooth animations (fade-in & shake)
- 🛠️ Easy to integrate into any project
Follow these steps to run the project locally:
git clone https://github.com/nayandas69/password-strength-checker.git
cd password-strength-checker
Just open the index.html
file in your browser:
open index.html # MacOS
start index.html # Windows
xdg-open index.html # Linux
- HTML (
index.html
): Defines the password input field and UI components. - CSS (
index.css
): Handles styling, animations, and responsive design. - JavaScript (
index.js
): Implements password strength logic, animations, and UI updates.
- User types a password in the input field.
- JavaScript detects strength based on length and updates the UI.
- Progress bar & background gradient change dynamically.
- Shake animation triggers for weak passwords.
Scan the QR code below to subscribe:
or Click here
Stay connected, ask questions, and share projects!
This project is open-source and available under the MIT License.
Happy coding!