-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99ad5d9
commit 60cd472
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |