Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.08 KB

Password Generator

Purpose

Creates a randomly generated password given user provided parameters for length and character type.

Contents

  1. Features
  2. Website
  3. Task List
  4. Contribution

Features

  • Allows the user to select a password length between 8 and 128 characters long.
    • Will not allow users to select non-integers.
  • Allows the user to select one or more of the following character types:
    • Lowercase characters
    • Uppercase characters
    • Numbers
    • Special characters
  • Generated password can be copied to clipboard using the "Copy to Clipboard" button.

Website

Password Generator

Deployed Password Generator

Task List

  • Create a form for character length and type selection instead of prompt and confirm.
  • Personalize styles.

Contribution

  • Starter code provided by UCF Coding Boot Camp.
  • Everything else created with enthusiasm by Mila Decker!