This is a simple web application that generates a random password and allows users to copy it to the clipboard. The design is clean and minimalistic with a dark theme.
- Generate a secure random password.
- Copy the generated password to the clipboard with a single click.
- Responsive design with a modern UI.
- HTML for structure
- CSS for styling
- JavaScript for functionality
- Click the Generate Password button to create a random password.
- Click the copy icon to copy the password to your clipboard.
Defines the structure of the page, including an input field to display the password and a button to generate it.
Styles the page with a dark theme, modern fonts, and well-spaced elements.
Handles password generation and copying to the clipboard using navigator.clipboard.writeText().
# Clone this repository
git clone https://github.com/abdalahsalah/PasswordGenerator.git
# Open index.html in your browser- Allow users to customize password length and character types.
- Add a strength meter to evaluate password security.
- Provide an option to store passwords securely.
To see the password generator in action, watch the demo video:
Untitled.video.-.Made.with.Clipchamp.mp4
This project is open-source and available under the MIT License.
Developed by Abdallah Salah Elbadry