|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|