A simple random password generator.
I wanted to polish up on my JavaScript skills and the most efficient and entertaining project to practice those skills is creating a password generator. Not only is it great practice but this is a very useful tool that I use quite often.
This is a very simple and user friend experience. User's can adjust the password length using the range finder bar or they can type in the desired number of characters in the input box representing the number of characters. User can select to have the password include LOWERCASE, UPPERCASE, NUMBERS, and/or SPECIAL SYMBOLS. If user does not select any of the check boxes the password will generate all LOWERCASE characters.
Users are given the option to choose how many character lengths they would like by using the range slider that increases and decreases the total to the right.
Users are always given the opportunity to include UPPER/SPECIAL characters and NUMBERS if the desire.
