Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardmiruka/password-generator-app
A simple web application built using HTML, CSS, and JavaScript to generate random passwords.
https://github.com/richardmiruka/password-generator-app
generator password password-generator procedural-generation yeoman
Last synced: 7 days ago
JSON representation
A simple web application built using HTML, CSS, and JavaScript to generate random passwords.
- Host: GitHub
- URL: https://github.com/richardmiruka/password-generator-app
- Owner: RichardMiruka
- License: mit
- Created: 2023-08-31T08:54:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T09:18:14.000Z (6 months ago)
- Last Synced: 2024-05-31T10:38:45.281Z (6 months ago)
- Topics: generator, password, password-generator, procedural-generation, yeoman
- Language: CSS
- Homepage: https://password-generator-app-kohl.vercel.app
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password-Generator-App
The Password Generator project is a straightforward web application that generates random user passwords.
It utilizes HTML for the structure, CSS for styling, and JavaScript for the password generation logic.# Features
* Generates random passwords.
* Adjustable password length and character types.
* Option to copy the generated password to the clipboard.