https://github.com/gaitherdb/password-generator-js
This is a password generator using Javascript, HTML & CSS.
https://github.com/gaitherdb/password-generator-js
html javascript
Last synced: 2 months ago
JSON representation
This is a password generator using Javascript, HTML & CSS.
- Host: GitHub
- URL: https://github.com/gaitherdb/password-generator-js
- Owner: Gaitherdb
- License: mit
- Created: 2021-06-10T20:40:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T01:25:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T12:12:58.821Z (4 months ago)
- Topics: html, javascript
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Generator
This is a password generator using Javascript, HTML & CSS.
## Functionality
This webpage generates a random password based on the critiera selected by the user.
The password must be 8-128 characters long, as decided by the user via a prompt.
The application confirms whether the user wants to use:
* Uppercase letters
* Lowercase letters
* Numbers
* Special charactersWhen the button titled Generate Password is clicked, the first prompted is activated.
The password is randomized and displayed in the text area box after the user selects their desired criteria.
## Additional Info

Deployed [Password Generator](https://gaitherdb.github.io/Password-Generator-JS/) site on Github.
This application is made only using what we learned in class. I made use of the prompt, alert, & confirm attributes along with If statements and For loops.
**Version 1.0**