Random password generator in Javascript
This is a random password generator that will generate a password based on the criteria that the user selects. The user will be prompted to select the length of the password and if they want to include uppercase letters, lowercase letters, numbers, and/or special characters. The password will then be generated and displayed on the screen.
To install this project, simply clone the repository and open the index.html file in your browser.
To use this project, simply open the index.html file in your browser and click the "Generate Password" button. You will then be prompted to select the length of the password and if you want to include uppercase letters, lowercase letters, numbers, and/or special characters. Once you have selected your criteria, the password will be generated and displayed on the screen.