saquib000 / password-meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 72.7%Language:HTML 27.3%