Password Strength Checker
→
Summary
Developed a password strength checker using HTML, CSS, and JavaScript that evaluates passwords based on length, character combinations, and complexity rules including uppercase and lowercase letters, numbers, and special characters. The application provides real-time feedback by classifying passwords as weak, medium, or strong and suggests improvements to enhance security. This project highlights skills in front-end development, DOM manipulation, input validation, and implementing basic security best practices with a responsive and user-friendly interface.