A simple webpage that generates random passwords using HTML, CSS, and JavaScript. Users can click the "Generate" button to create a random password instantly.
- Generates a random password when the "Generate" button is clicked.
- Passwords include a mix of uppercase letters, lowercase letters, numbers, and special characters.
- The length of the password can be customized (if added as a feature).
- HTML: For structuring the webpage.
- CSS: For styling the webpage.
- JavaScript: For generating random passwords and handling the button click event.
- Clone or download the repository.
- Open the
index.html
file in your browser. - Click the "Generate" button to create a new random password.
- Optionally, copy the generated password for use.
index.html
: The main HTML file that structures the webpage.index.css
: The CSS file that adds styles to the webpage.index.js
: The JavaScript file that contains the password generation logic.
- Allow users to customize the password length.
- Add options for including/excluding certain character types (e.g., symbols, numbers).
- Copy password to clipboard functionality.
This project is open-source and free to use under the MIT License.