https://github.com/krish-makadiya/password-generator
The Random Password Generator is a web tool that helps users create secure and random passwords using HTML, CSS and JavaScript..This tool allows users to generate a password of a specified length, with options to include uppercase letters, lowercase letters, numbers, and special characters.
https://github.com/krish-makadiya/password-generator
copy-to-clipboard css customizable-length frontend html javascript lowercase numbers open-source password-generator password-security password-strength password-strength-indicator privacy random-password security special-characters uppercase user-friendly web-development
Last synced: 6 months ago
JSON representation
The Random Password Generator is a web tool that helps users create secure and random passwords using HTML, CSS and JavaScript..This tool allows users to generate a password of a specified length, with options to include uppercase letters, lowercase letters, numbers, and special characters.
- Host: GitHub
- URL: https://github.com/krish-makadiya/password-generator
- Owner: Krish-Makadiya
- Created: 2024-06-19T16:33:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T05:17:14.000Z (9 months ago)
- Last Synced: 2025-02-12T21:37:48.123Z (8 months ago)
- Topics: copy-to-clipboard, css, customizable-length, frontend, html, javascript, lowercase, numbers, open-source, password-generator, password-security, password-strength, password-strength-indicator, privacy, random-password, security, special-characters, uppercase, user-friendly, web-development
- Language: CSS
- Homepage: https://krishmakadiya-password-generator.netlify.app
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator
The Random Password Generator is a web tool that helps users create secure and random passwords. Built using **HTML**, **CSS**, and **JavaScript**, this tool allows users to generate a password of a specified length, with options to include uppercase letters, lowercase letters, numbers, and special characters.
Live Tool Link: https://krishmakadiya-password-generator.netlify.app
---
## Features
- Generate passwords of custom lengths
- Include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Simple and responsive design---
## Prerequisites
To run this project, all you need is a modern web browser.---
## Installation and Usage
Follow these steps to download and run the tool:### 1. Clone the Repository
```bash
git clone
cd
```### 2. Open the Tool
Simply open the `index.html` file in your web browser:1. Navigate to the project folder.
2. Double-click on `index.html` or open it with your preferred browser.---
## How to Use
1. Open the Random Password Generator in your browser.
2. Specify the desired password length using the input field.
3. Select options to include/exclude:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
4. Click the "Generate Password" button.
5. Copy the generated password for use.---
## Folder Structure
```
project-folder/
|
|-- index.html # Main HTML file
|-- style.css # CSS file for styling
|-- script.js # JavaScript file for logic
|-- assets/ # (Optional) Folder for images or additional assets
```---
## Contributing
Contributions are welcome! Feel free to fork the repository and submit pull requests for improvements or new features.---
## Contact
For any queries or feedback, reach out to **Krish Makadiya | krishmakadiya2005@gmail.com**.