/password-generator

JavaScript Password Generator

Primary LanguageJavaScript

password-generator

JavaScript Password Generator

NU Coding Bootcamp Homework: Password Generator

Contents

  1. The Repository
  2. Password Generator

The Repository

The password-generator repository contains HTML, CSS & JavaScript files for a random password generator.

Password Generator

My random password generator can be found here: https://emilyalv.github.io/password-generator/.

The password generator has the user enter the length of the password: between 8 and 128 characters. Then the user is asked to either 'Confirm' or 'Cancel' to indicate whether or not they would like to include the following types of characters:

  • Uppercase
  • Lowercase
  • Numbers
  • Special Characters