A JavaScript-based password validation tool that checks the strength and validity of passwords based on specific criteria. This project allows users to validate passwords in real-time and provides feedback on how to make the password stronger.
Check out the live version of the project here:
Password Validator on Vercel
- Real-time Validation: As the user types, the password is validated against various rules such as length, use of numbers, special characters, and case sensitivity.
- Strength Indicator: Displays the strength of the password based on the criteria met.
- User Feedback: Provides feedback to help users understand how to create a stronger password.
- JavaScript: Core functionality for validating password strength.
- HTML: Structure of the web page.
- CSS: Styling and layout of the application.
Follow these steps to get a local copy of the project and run it on your machine.
- A web browser (like Chrome, Firefox, Safari, etc.)
- Basic knowledge of HTML, CSS, and JavaScript
-
Clone the repository:
git clone https://github.com/priyankraychura/PasswordValidator-JS-Project.git