Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 465 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 465 Bytes

password-meter

👨‍💻🏫 Practice lab assignment - week 4 - AppDev II course - IITM

Problem statement ❓ :

➡️ Create a password input field with 4 text labels next to it. These labels are to indicate whether the password has at least one lower case, one upper case, one number, and one special character. Initially, all the labels will have a red background. As you start typing, the background color of the labels will change accordingly.