Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 789 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 789 Bytes

Challenge 3

Acceptance Criteria

  • When a user clicks generate password they will be given prompts to confirm what will be included in the password.
  • User must enter a choice between 8 to 128 characters, and if not they will be given an alert message to correct their input.
  • Users are then given prompts to include or skip numeric, special, uppercase, and lowercase characters.
  • Password will then be generated and provided to them on screen.

Description

For this challenge, I created a password generator that requires input from a user to generate a password them to fit their specific needs.

Screenshot

screenshot

Link

Link to the deployed website: Here