Skip to content

hheenan/password-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Refactor JS: Password Generator Starter Code

User Story:

An employee with access to sensitive data wants to randomly generate a password that meets certain criteria to create a strong password that provides greater security.

Objective:

Create new and secure password: Upon click of the button to generate a password a series of prompts for password criteria are presented. When prompted for password criteria user selects which criteria to include in the password. The length of the password must be at least 8 characters and no more than 128 characters. Character types to include in the password are the following : lowercase, uppercase, numeric, and/or special characters. Upon answer of each prompt the input should be validated and at least one character type should be selected. When all prompts are answered a password is generated that matches the selected criteria When the password is generated the password is either displayed in an alert or written to the page.

Links:

Github - https://github.com/hheenan/password-puzzle URL - https://hheenan.github.io/password-puzzle/

Page: module 3 page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published