This website helps users create a secure, unique password. Visitors will specify password length and types of characters to include in their new password. Based off of those specifications, the application generates a JavaScript powered, random password that meets user criteria.
Develop/
-
index.html - main html framework for the website. Contains a button to generate the new password, a textbox where the user can retrieve the password and attach to their clipboard, and addtional buttons to specify preferences.
-
style.css - contains styling, precreated as well as added onto for personal customization
-
script.js - Main JavaScript that powers the functions that create the new password.
© 2020 Alexander James Hamilton