Created a simple password generator powered by vanilla JavaScript:


Demo here: https://ap-passgen.netlify.app/
What does this do?
- Generates random password on clicking the
Submit
button and saves it to Clipboard. - You can choose to generate a password or a passphrase.
- Password is not generated if the request has fewer than 2 character options checked or the total character request is not between 6-249.
- The passphrase is not generated if the total words are not between 10-49, or if you request more than 3 passphrases in less than a minute
Credits: Random words are fetched from this API https://random-word-api.herokuapp.com/home