|
20 | 20 |
|
21 | 21 | ## :wave: Description:
|
22 | 22 | <p>
|
23 | | -The JavaScript Password Generator is an app that quickly creates a randomized password based on the users parameters. Users must choose a length between 8️⃣ - 1️⃣2️⃣8️⃣ characters and will then be prompted with multiple questions through window.alert's to determine the parameters for the generated password. Finally users can copy their generated password onto their clipboard for quick and easy deployment. |
| 23 | +The JavaScript Password Generator is an app that quickly creates a randomized password based on the users parameters. Users must choose a length between 8️⃣ - 1️⃣2️⃣8️⃣ characters and will then be prompted with multiple questions through window.alert's to determine the parameters for the generated password. Users can choose to include either: Integers, Special Characters, Lowercase Characters, and or Uppercase Characters. Finally users can copy their generated password onto their clipboard for quick and easy deployment. This application should work just fine for mobile devices, for both the desktop and mobile versions users can click on the center text-area to start the program. |
| 24 | + |
| 25 | +The project was put together with the basics: HTML, CSS, and JavaScript. This application was the first time I used JavaScript to put together an application on my own. Give it a try and generate a few passwords! Thanks so much for checking this Password Generator out, I hope this helps in anyway possible for all your 🤫 secretive needs. Happy Coding! |
24 | 26 |
|
25 | | -This application should work just fine for mobile devices, for both desktop and mobile users can click on the center text area to start the program. Please, give it a try and generate a few passwords! Thanks so much for checking this Password Generator out, I hope this helps in anyway possible for all your 🤫 secretive needs. Happy Coding! |
26 | 27 |
|
27 | 28 | </p>
|
28 | 29 |
|
|
0 commit comments