Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katherinekhine/random-password
https://github.com/katherinekhine/random-password
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katherinekhine/random-password
- Owner: katherinekhine
- Created: 2024-06-15T15:37:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T04:53:22.000Z (7 months ago)
- Last Synced: 2024-06-17T06:00:41.646Z (7 months ago)
- Language: HTML
- Homepage: https://random-password-snowy.vercel.app
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator
A simple web application to generate random passwords using HTML, CSS, and JavaScript.
## Features
- Generates random passwords of specified length.
- Option to include uppercase letters, lowercase letters, numbers, and special characters.
- Easy to use interface with copy-to-clipboard functionality.## Screenshots
![Screenshot](img/screenshot.png)
## Getting Started
### Prerequisites
To run this project, you only need a modern web browser.
### Usage
1. Open the application in your web browser.
2. Click the "Generate Password" button to generate a random password.
3. Click the "Copy Icon" button to copy the generated password.