A simple web application for generating and copying random passwords.
Check out the live demo of the application here.
- Generate Random Passwords: Click the "Generate Password" button to generate two random passwords.
- Copy Passwords to Clipboard: Click on the generated passwords to copy them to the clipboard.
- Tooltip on Hover: Hover over the passwords to see a "Copy" tooltip.
- Clear Passwords: Clear the generated passwords with a "Clear" button.
-
Clone the repository:
git clone https://github.com/your-username/password-generator.git
Generate Passwords: Click the "Generate Password" button to generate two new passwords. Copy Password: Click on either generated password to copy it to the clipboard. A "Text copied!" message will briefly appear. Clear Passwords: Click the "Clear" button to remove the generated passwords from the display.
HTML: For structuring the web page. CSS: For styling the application. JavaScript: For generating random passwords and handling clipboard operations.
password-generator/ ├── index.html ├── styles.css └── script.js