Update Password-Generator.md

pull/497/head
Samriddhi620 4 years ago committed by GitHub
parent b47cf8261f
commit 708b9a7430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
**Tier:** 2-Intermediate
Generate passwords based on certain characteristics selected by the user.
Generate unique passwords based on certain characteristics selected by the user.
## User Stories
@ -10,6 +10,7 @@ Generate passwords based on certain characteristics selected by the user.
- [ ] 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
- [ ] User can add additional features to password at the end or at the starting to make their password long and unique.
## Bonus features

Loading…
Cancel
Save