Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T17:39:18.000Z (over 2 years ago)
- Last Synced: 2024-04-16T08:49:23.926Z (9 months 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.
![Password Generator Image 1](https://user-images.githubusercontent.com/64170123/167308350-e68d102d-bc78-4d02-b25d-9f57592845e8.jpg)
![Password Generator Image 2](https://user-images.githubusercontent.com/64170123/167308355-8fd452da-ebcc-4d0d-ac43-c61aeb072d59.jpg)
![Password Generator Image 3](https://user-images.githubusercontent.com/64170123/167308358-8ff4f0c7-531a-4c29-9cab-46b124396453.jpg)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/