Created a dynamic password generator with user-defined criteria and validation. Implemented user prompts for password length and character types, ensuring secure password creation. Ensured a responsive design for various screen sizes.
https://bcgosselin.github.io/JavaScript-Password-Generator/
This project is Robert Gosselin's third web application challenge. This project was created to showcase his skills and aptitude using only text based instructions. This webpage's index script and style began with a starter code that is listed in Credits. The goal of this challenge was to develop and engineer a fuctioning password generator on a live website. Everything included was apart of an ongoing bootcamp to develop and hone Full Stack Web Development skills.
NA
Feel free to view below screenshot (ctrl + click).
Starter Code: https://github.com/coding-boot-camp/friendly-parakeet
Window Prompt https://www.w3schools.com/jsref/met_win_prompt.asp
.value https://www.w3schools.com/jsref/prop_text_value.asp
if https://www.w3schools.com/js/js_if_else.asp
Random Number Generation https://www.freecodecamp.org/news/javascript-random-number-how-to-generate-a-random-number-in-js/#:~:text=is%20the%20following%3A-,Math.,number%20between%200%20and%201%20.
Jasvascript Password Tutorial https://www.youtube.com/watch?v=XH7CzSZ-9gY&ab_channel=TylerPotts
GitHub repo with relating to password generation https://github.com/TiffanyCasey/Password-Generator/blob/master/script.js
friend assisted with javascript coding
MIT License
Copyright (c) [2023] [Robert Gosselin]
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.
