Password generator application using javascript
What? This is a password generator application that involves javascript to randomly select a mix of characters depending on the user input. These include Numeric Characters, Uppercase Characters, Lowercase Characters and Special Characters.
Why? To apply the javascript techniques
How? incuding prompts, alerts, comfirms to give users options before entering the application.
Click link for Password-Generator page index.html
https://kapil319.github.io/Password-Generator/
Create GitHub respository Open starter code in VS Code Use Javascript to provide user inputs for password generator , write out pseudocode to help with steps.
Andrew Hoang, Jamie Lujan, Nazeh Abel
License MIT
if functions, alerts, prompts and confirms used to guide user through password generator start up.
END OF README