Skip to content

abdalahsalah/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

Description

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.

Features

  • Generate a secure random password.
  • Copy the generated password to the clipboard with a single click.
  • Responsive design with a modern UI.

Technologies Used

  • HTML for structure
  • CSS for styling
  • JavaScript for functionality

How to Use

  1. Click the Generate Password button to create a random password.
  2. Click the copy icon to copy the password to your clipboard.

Code Overview

HTML

Defines the structure of the page, including an input field to display the password and a button to generate it.

CSS

Styles the page with a dark theme, modern fonts, and well-spaced elements.

JavaScript

Handles password generation and copying to the clipboard using navigator.clipboard.writeText().

Installation

# Clone this repository
git clone https://github.com/abdalahsalah/PasswordGenerator.git

# Open index.html in your browser

Future Improvements

  • Allow users to customize password length and character types.
  • Add a strength meter to evaluate password security.
  • Provide an option to store passwords securely.

Screen Recording

To see the password generator in action, watch the demo video:

Untitled.video.-.Made.with.Clipchamp.mp4

License

This project is open-source and available under the MIT License.

Author

Developed by Abdallah Salah Elbadry

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published