I completed the JavaScript coding for a password generator in order to better understand the use of and connection between variables, arrays, and conditions to create a functional application that is user-friendly and accessible. I was able to do this by defining the variables and using loops and if statements. It provides clients with a simple application to reach their desired result: A random password!
N/A
This page will assist in generating a random password using client input for password length, letter casing, numerals, and special characters.
Here is a screenshot of my application:
Here is a link to my deployed application: https://jbrockhoff.github.io/Password-Generator/
Here is a link to my GitHub Repository for this application: https://github.com/Jbrockhoff/Password-Generator
Information and tutorials utilized to help complete this application:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration
https://dev.to/code_mystery/random-password-generator-using-javascript-6a
https://stackoverflow.com/questions/59340866/random-password-generator-javascript-not-working
-https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isNaN
-Net Ninja online JavaScript Tutorial for Beginngers: https://www.youtube.com/playlist?list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET
-Assistance from tutor Mila Hose with the bootcamp tutoring program
MIT License
Copyright (c) [2023] [Jennie Brockhoff]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
