A simple password generator web application that allows users to create strong and customizable passwords. Users can specify the length of the password and choose to include uppercase letters, numbers, and special characters.
Check out the live demo here.
- Generate passwords of customizable length.
- Option to include uppercase letters.
- Option to include numbers.
- Option to include special characters.
- Simple and user-friendly interface.
-
Clone the repository:
git clone https://github.com/hide-place/password-generator.git
-
Navigate to the project directory:
cd password-generator
-
Open
index.html
in your preferred web browser. -
Use the input fields and checkboxes to customize the password options:
- Length of password: Specify the desired length of the password.
- Include uppercase letters: Check this option to include uppercase letters in the password.
- Include numbers: Check this option to include numbers in the password.
- Include special characters: Check this option to include special characters in the password.
-
Click the Generate button to create a password based on the selected options.
-
The generated password will be displayed in the text field.
- HTML
- CSS
- JavaScript
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.