The goal here was to create a secure random password generator using JavaScript.
Creating this password generator was honestly challenging but very fun.
- Multiple Varialbes with values assigned to use throughout our code.
- While & For loops to have specific conditions met.
- Setting up functions and Calling functions to perform specific task.
- If & Else statements to perform different actions based on different conditons.
Criteria for a secure password:
- Password length must be between 8 - 128 Characters.
- Password must contain at least 1 capital letter, special character, and a number.
What exactly will the user experience look like?
Next the user will then click on then click on the " Generate Password" button to get started wtih creating a secure password.
Once the users inputs a number between 8 - 128, they will then be prompted with question's for the criteria of their secure password such as: Adding a special character, captial letters and numbers.
Here is the deployed URL: Secure Password Generator
Keep passwords secure at all times everyone!


