The Password Generator is a simple web application that allows users to generate random passwords with varying levels of complexity. This project utilizes HTML, CSS, and JavaScript to provide a user-friendly interface and functionality.
- Password Strength Options: Users can choose between generating weak, medium, or strong passwords.
- Customization: Depending on the selected strength, the password can contain different types of characters, such as letters, numbers, and special symbols.
- Copy to Clipboard: Generated passwords can be easily copied to the clipboard for convenience.
- Responsive Design: The interface is designed to work seamlessly across different devices and screen sizes.
- HTML
- CSS
- JavaScript
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Select the desired password strength and length.
- Click the "Generate Password" button.
- Copy the generated password to use it as needed.
You can view a live demo of the Password Generator here.
This project is licensed under the MIT License.