https://github.com/samantha-ruth/password-generator
Click a button to generate a password that is 8-128 characters in length with lowercase, uppercase, numeric, and special characters. Created using javascript.
https://github.com/samantha-ruth/password-generator
Last synced: about 1 month ago
JSON representation
Click a button to generate a password that is 8-128 characters in length with lowercase, uppercase, numeric, and special characters. Created using javascript.
- Host: GitHub
- URL: https://github.com/samantha-ruth/password-generator
- Owner: Samantha-Ruth
- Created: 2022-05-03T15:19:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T17:39:18.000Z (about 4 years ago)
- Last Synced: 2025-02-28T16:32:58.646Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Generator
Click a button to generate a password that is 8-128 characters in length with lowercase, uppercase, numeric, and special characters.
## Description
This project's goal was to create a password of varying length and composed of random character combinations based on user's input. The application should ask the user what length and character types (uppercase, lowercase, numeric, and/or special characters) the user would like to use and validate the users requests, then generate a password based on user's selected criteria and print it in designated box.



This project helped me further understand javascript coding and how it allows for user interaction with the browser. I explored playing with window prompts/alerts/confirms, entering functions, math.ramdom, for-loops, pushing and concatenating arrays to new arrays, and local and global variables among other javascript items.
link to gitHub repository: https://github.com/Samantha-Ruth/Password-Generator/
link to active url: https://samantha-ruth.github.io/Password-Generator/