password-generator/README.md

16 lines
572 B
Markdown
Raw Permalink Normal View History

2019-12-31 22:29:02 +00:00
# password-generator
Create random **passwords** using the password **generator** tool.
Demo: https://codepen.io/dev_loop/full/vYYxvbz
2019-12-31 22:38:54 +00:00
![Tool](https://github.com/devloop01/password-generator/blob/master/img/Screenshot%20from%202020-01-01%2003-54-29.png)
2019-12-31 22:40:57 +00:00
2019-12-31 22:41:27 +00:00
After selecting the desired options for the password, click **generate** to generate
a new password with selected options.
2019-12-31 22:40:57 +00:00
![password](https://github.com/devloop01/password-generator/blob/master/img/Screenshot%20from%202020-01-01%2003-54-50.png)
2019-12-31 22:42:36 +00:00
Then click the password area to copy the password to clipboard.