This application generates two random passwords when a user clicks the "Generate Password" button. The user can then copy the password to their clipboard by clicking directly on the password. The passwords are generated using JavaScript.
Users can choose one or more options from uppercase, lowercase, digits, and special characters. Users can also choose the length of the password ranging from 8 to 32 characters.
To install this application, clone the repository and open the index.html file in your browser.
To use this application, click the "Generate Password" button. To copy the password to your clipboard, click directly on the password.
This application was created by Coder Suresh as a part of scrimba's solo project challenge.