Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahchandan781 authored May 22, 2024
1 parent 99ad5d9 commit 60cd472
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Password Generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Password Generator

The Password Generator is a web application that generates random passwords based on user preferences. It is built using HTML, CSS, and JavaScript.

## Demo

You can view a live demo of the Password Generator

https://sahchandan781.github.io/30Days30JavaScriptProject/Password%20Generator

## Features

- Customizable passwords: Users can customize the length and character types (uppercase letters, lowercase letters, numbers, and special characters) of the generated password.
- Generate password: Users can click the "Generate Password" button to create a random password based on their preferences.
- Copy to clipboard: Users can copy the generated password to the clipboard with a single click.

## Usage

1. Clone the repository:

```bash
git clone https://github.com/sahchandan781/30Days30JavaScriptProject.git

2. Navigate to the Password Generator directory:

bash

cd 30Days30JavaScriptProject/Password\ Generator
Open the index.html file in a web browser or using a live server extension in your code editor.

3. Customize the password length and character types as desired, then click the "Generate Password" button to create a random password.

Click the "Copy to Clipboard" button to copy the generated password to the clipboard.

Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.

0 comments on commit 60cd472

Please sign in to comment.