React + TypeScript: Password Strength Checker example
https://www.kindacode.com/article/react-typescript-password-strength-checker-example/
Aug 06, 2021 . The app we are going to contains a password input field, a status bar, a button, and some text. Password has 5 levels: Very Weak, Weak, Medium, Strong, Very Strong. The strength of the password will be shown on the status bar and in the text just below it. If the password is specified as Weak or Very Weak, the button will be disabled.
DA: 99 PA: 30 MOZ Rank: 55 Up or Down: Up