Skip to content

ali-e-n/Random-Password-Generator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple web application for generating and copying random passwords.

Table of Contents

Demo

Check out the live demo of the application here.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/password-generator.git

Usage

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.

Technologies Used

HTML: For structuring the web page. CSS: For styling the application. JavaScript: For generating random passwords and handling clipboard operations.

Project Structure

password-generator/ ├── index.html ├── styles.css └── script.js

Releases

No releases published

Packages

No packages published