A simple, secure random password generator built with HTML, CSS, and vanilla JavaScript.
This Password Generator creates strong, random passwords with a combination of uppercase letters, lowercase letters, numbers, and special characters. It features a clean, responsive interface and allows users to copy generated passwords to their clipboard with a single click.
- Generate secure 15-character random passwords
- Copy passwords to clipboard with one click
- Visually appealing UI with gradient background
- Responsive design that works on both desktop and mobile devices
- HTML5
- CSS3
- JavaScript (ES6+)
- Google Fonts
-
Clone this repository:
-
Navigate to the project directory:
-
Open
index.htmlin your browser or use a live server extension in your code editor.
- Open the application in your web browser
- Click the "Generate Password" button to create a random password
- Click the "Copy to Clipboard" button to copy the password for use elsewhere
You can customize the password generator by:
- Modifying the CSS in
style.cssto change the appearance - Editing the character set in
index.jsto include or exclude certain character types - Changing the password length by modifying the loop counter in the
generator()function
- Add option to adjust password length
- Include toggles for character types (uppercase, lowercase, numbers, symbols)
- Add a password strength meter
- Save recently generated passwords
MIT License
Created by Ayoubxpy