Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 632 Bytes

Password Generator

Generate passwords based on certain requirements set by the user.

User Stories

  • User can select the length of the generated password.

  • User can select one or more of the following: Include lowercase, include uppercase, include numbers, include symbols.

  • Upon generating the password, the user can see the password for 5 seconds. After 5 seconds, the password is concealed.

  • User can copy the password to clipboard for use in other applications.

  • User can see password strength.

Resources