Skip to content

HasanMt12/Random-Password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random-Password_generator

userphoto

Task requirements

  1. It should generate a 8 Character password on first render (landing).
  2. User should be able to include or exclude numbers and special character.
  3. Alphabetic characters are mandatory. User should not be able to exclude these.
  4. After clicking on "Copy to clipboard" the generated password will be copied to clipboard.
  5. A alert should appear after clicking on "Copy to clipboard" informing that the action was successful
  6. Regenerate button should be able to regenerate a new password with the same given length.
  7. User can toggle between raw text and hidden text in password section.