The Password Generator is a web application that allows users to generate secure passwords based on customizable criteria. Users can specify the length of the password and choose to include uppercase letters, lowercase letters, numbers, and symbols. The application provides a user-friendly interface and visual indicators for password strength.
👉 Try it now: Live Demo
Click the link below to try the Password Generator instantly:
🔗 Password Generator Live Demo
- 🔢 Generate passwords of customizable lengths (1 to 20 characters).
- 🔠 Options to include uppercase letters, lowercase letters, numbers, and symbols.
- 🛡️ Visual strength indicator to assess password strength.
- 📋 Copy generated password to clipboard with a single click.
- 📱 Responsive design for optimal viewing on various devices.
- 🌐 HTML5: For structuring the web page.
- 🎨 CSS3: For styling and responsive design.
- ⚙️ JavaScript: For dynamic functionality and interactivity.
- Clone the repository to your local machine using:
git clone https://github.com/AlokKumarYadav2410/password-generator.git
- Navigate to the project directory:
cd password-generator
- Open
index.html
in your web browser to start using the Password Generator. - Adjust the password length using the slider and select your desired options.
- Click the "Generate Password" button to create a password.
- Use the copy button to copy the generated password to your clipboard.
This project is licensed under the MIT License. See the LICENSE file for details.
🎉 Enjoy generating secure passwords with ease!