This is a simple and stylish Password Generator built using HTML, CSS, and JavaScript. It allows users to generate secure passwords with customizable options like length, uppercase, lowercase, numbers, and symbols. The app also displays the strength of the generated password and includes a clipboard copy feature.
- Adjustable password length (1 to 20 characters)
- Option to include:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- Password strength indicator
- One-click password copying
- Fully responsive and modern UI
- HTML5 β Markup structure
- CSS3 β Styling and layout
- JavaScript β Logic and interactivity
π project-root/ βββ index.html # Main HTML structure βββ style.css # Styling for the UI βββ pass.js # JavaScript for password generation logic βββ assets/ βββ copy.svg # Icon used in the UI (add screenshot or assets here)
- Clone the repository
git clone https://github.com/your-username/password-generator.git cd password-generator Open index.html in your browser
You can double-click the file or use a live server extension if using VS Code.
πΈ Preview
π Contributing
Contributions are welcome! If you have ideas or improvements, feel free to fork the repo and create a pull request.
π License This project is licensed under the MIT License.
Created with π» and π¨ by Sumit Mishra