A sleek and modern password validation component built with React.js. It provides real-time feedback for users as they type, ensuring strong password creation with customizable rules.
- ✅ Real-time password strength validation
- ✅ Checks for:
- Minimum length
- Uppercase and lowercase characters
- Numbers
- Special symbols
- ✅ Live feedback with dynamic UI
- ✅ Responsive design
- ✅ Easily customizable rules
git clone https://github.com/prakurwankhade/password-validator-react.git cd password-validator-react npm install npm start