MEDIUM

Password Generator

Generate passwords based on certain characteristics selected by the user.

Checklist

  • Your demo and repository URLs are correct.
  • You have completed all of the user stories.
  • Your site is deployed up and running.
  • Sensitive data is not publicly visible.

Generate passwords based on certain characteristics selected by the user.

User Stories

  • User can select the length of the generated password

  • User can select one or multiple of the following: Include uppercase letters, Include lowercase letters, Include numbers, Include symbols

  • By clicking the Generate password button, the user can see a password being generated

  • User can click a Copy to clipboard button which will save the password to the clipboard

Bonus features

  • User can see the password strength

Useful links and resources

Example projects