Password Generator that utilizes Javascript
First password generator for Coding BootCamp. This password generator can create a randomized password with numbers, uppercase characters, lowercase characters, and special characters. The password generator will ask the user how many characters they would like their randomized password to be.
Note: The password generator will only work for passwords that are between 8 and 128 characters.
Live link for password generator https://rickythakar.github.io/Password-Generator/
Github Link https://github.com/Rickythakar/Password-Generator