This project was done to demonstrate skills learned to design and build a random password generator that will create a password from 8 - 128 characters long. The password will prompt the user if they want to use uppcase, lowercase, numbers, and special characters in the generated password.
None required.
Click the button labeled "Generate Password" which will give the user a string of prompts determining the variables used in the password generator. Set the variables, and the generator will randomly generate a password with the user input criteria.
Foolish Developer - https://dev.to/code_mystery/random-password-generator-using-javascript-6a
Traversy Media - https://www.youtube.com/watch?v=duNmhKgtcsI
W3schools - https://www.w3schools.com/jsref/jsref_random.asp
And as always, this couldn't have been completed without the help from fellow classmates! (Honestly, this is like drinking out of a firehose at this point.)
See license in repo