A simple password generator built with HTML, CSS, and JavaScript. This app lets users create secure passwords based on customizable options like length, numbers, and special characters.
- Adjustable Password Length: Set your desired password length using a slider.
- Include Numbers: Option to include numeric characters in the password.
- Include Special Characters: Add special characters for extra security.
- Copy Functionality: Quickly copy the generated password to the clipboard with a single click.
- Responsive Design: Clean and user-friendly interface.
https://safepasswordtool.freewebhostmost.com
- Set the Character Length: Use the slider to set the length of the password.
- Select Options: Check the boxes to include numbers or special characters.
- Generate Password: Click the "Generate" button to create a password.
- Copy Password: Click the "Copy" button to copy it to your clipboard.
- HTML5: Markup for the structure.
- CSS3: Styling and layout.
- JavaScript (ES6): Logic for password generation and interactivity.
password-generator/
├── index.html # HTML structure
├── styles.css # CSS for styling
└── script.js # JavaScript logic
- Clone the repository:
git clone https://github.com/your-username/password-generator.git
- Navigate to the project folder:
cd password-generator
- Open the
index.html
file in your browser.
Contributions are welcome!
Feel free to fork the repository and submit a pull request with your improvements or suggestions.
This project is licensed under the MIT License.