To create an app which generates a secure password according to the user's preferences. It can also be used to test the strength of the passwords that the users can input.
-
Gained experience working with RegEx.
-
Used zxcvbn to check password strength.
-
Used react-toastify to display toasts.