User can generator 2 random passwords containing either characters, numbers, or symbols.
Link To Project: https://keishashanice.github.io/randomPasswordGenerator/
Technologies used include HTML, CSS, JavaScript
User can click the "Generate Passwords" button to generate two random passwords made of characters, numbers, and symbols. User can use text box to select password length, and to include or remove numbers and symbols. Default passwords have a length of 15 and include characters, numbers, and symbols.
In addition to project requirements, I included an option to select for numbers and symbols. I also included a clear function that clears the previous entries.