A simple password generator website built using HTML, CSS, and JavaScript. This website allows users to generate secure passwords with various options for complexity.
- Generate random passwords with customizable options.
- Choose password length, including uppercase, lowercase, numbers, and special characters.
- Copy generated passwords to the clipboard.
- Responsive design for both desktop and mobile devices.
Check out the live demo of the Password Generator Website here.
- Clone the repository:
git clone https://github.com/sArtHak03804/password_generator.git
- Open the
index.html
file in your preferred web browser.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m "Add your feature"
. - Push to the branch:
git push origin feature/your-feature-name
. - Open a pull request.
This project is licensed under the MIT License.