Skip to content

deckiedevs/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

UCF Boot Camp Week 3 Challenge: Password Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published