A fully featured Password Generator built using React. https://passwrd-generator-react.netlify.app/
- Automatic password generation on page load
- Specify password length using input slider
- Include/Exclude Numbers
- Include/Exclude Special Characters
- Copy password with a single click
- On demand generation of unique passwords with generate button
- Automatic password generation on change of parameter (length, inculde/exclude numbers/characters)
useStateto store password, length, isNumberIncluded, isCharIncludeduseRefto highlight password input on CopyuseCallbackto memoize the generatePassword() functionuseEffectto generate password on page load