to create an application that an employee can use to generate a random password based on criteria they’ve selected by modifying starter code. This app will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code
Github repo details: https://github.com/michaelfame/Password-Generator
Url details can be found : https://michaelfame.github.io/Password-Generator/
Using knowledge gained in Javascript, CSS and HTML,
ONce the button is clicked: the FOllowing prompts are seen:
- Present a series of prompts for password criteria
- Length of password
- At least 10 characters but no more than 64.
- Character types
- Lowercase
- Uppercase
- Numeric
- Special characters
- Length of password
Learning to work with Random function, MAth. floor functions, referencing arrays , etc.
Licenses used was by MIT for free open source reuse as found in the Repository found in github account.