Skip to content

kelly70ve/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

03 JavaScript: Password Generator

This is an application that generates a random password based on user-selected criteria. This app will run in the browser and feature dynamically updated HTML and CSS powered by JavaScript code.

This project has been completed with no known bugs and can be viewed here. The project is responsive and can be viewed on mobile, tablet or desktop.


Project Goals:

  • User can enter the length of their password of 8 - 128 characters
    • If user selects a password that is not between 8 - 128 characters, a password will not be generated
  • User can choose what type of characters they would like to be included in their password
    • Options they may chose from are: lowercase, uppercase, numeric, and/or special characters
  • Once user has entered their password criteria, the generated password will display their password in the results container.
  • User may click on clipboard button to copy password to their clipboard.

Project Preview

Project Preview


Technologies Used

Helpful Resources


© 2019 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published