Skip to content

carsonadair/challenge-3-js-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Challenge 3

In this challenge I edited the JavaScript code for this password generator to add a pop up box prompting specifications for the password, including length between 8 and 128 characters, upper and lowercase letters, numbers, and special symbols. The function then resulted in a password with those set properties showing up in the text box. Each click and set of prompts results in a new, random string for a password.

Here is a picture of the deployed application.

The password generator as it first is displayed when it loads. When the button is clicked, it prompts a box requesting more information on requirements. The final result is a password generated with whatever parameters the user selected.

And here is a link to the deployed application.

https://carsonadair.github.io/challenge-3-js-password-generator/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published