A password strength checker built with HTML, CSS, and JavaScript.
View Demo · Report Bug · Request Feature
Password Strength Checker is a web application that allows users to check the strength of their passwords. It provides visual feedback on the strength of the password based on various criteria, including length, the presence of uppercase letters, lowercase letters, numbers, and special characters. This project was created by devHanif as a practice project to improve HTML, CSS, and JavaScript skills.
- Real-time password strength checking
- Stylish and modern design
- Lightweight and responsive
-
Clone the repository:
git clone https://github.com/devHanif-git/Password-Strength-Checker.git
-
Open the
index.htmlfile in your web browser.
- To customize the password strength checker, you can modify the HTML, CSS, and JavaScript files.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue.
- Fork the project.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
This project is licensed under the MIT License.
