Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/password-generator
My project that generates a random 10-digit password and allows saving the generated password.
https://github.com/furkan-dogu/password-generator
clipboard dom-manipulation html-css-javascript
Last synced: about 6 hours ago
JSON representation
My project that generates a random 10-digit password and allows saving the generated password.
- Host: GitHub
- URL: https://github.com/furkan-dogu/password-generator
- Owner: furkan-dogu
- Created: 2023-11-15T07:06:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T12:14:59.000Z (12 months ago)
- Last Synced: 2023-11-28T13:28:51.886Z (12 months ago)
- Topics: clipboard, dom-manipulation, html-css-javascript
- Language: JavaScript
- Homepage: https://password-generator-smoky-gamma.vercel.app
- Size: 281 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
This is a simple password generator web application that creates strong and secure passwords with a mix of uppercase letters, lowercase letters, numbers, and symbols.
## Live Project Link
You can access the live version of the project [here](https://password-generator-smoky-gamma.vercel.app/).
## Preview
![Password Generator](/assets/Screenshot_4.jpg)
![Password Generator](/assets/Screenshot_5.jpg)## Mobile support
The WebApp is compatible with devices of all sizes and all OS's, and consistent improvements are being made.
## Features
- Generates a random password with a length of 10 characters.
- Password includes uppercase letters, lowercase letters, numbers, and symbols.
- Copy the generated password to the clipboard with one click.## How to Use
1. Open the `index.html` file in your browser.
2. Click the "Generate a password" button to create a new password.
3. The generated password will be displayed on the screen.
4. Click the "Copy" button to copy the password to the clipboard.
5. Use the copied password for your accounts or applications.## Design
The application has a simple and user-friendly design with a dark background and contrasting buttons.
## Technologies Used
- HTML
- CSS
- JavaScript
- [Font Awesome](https://fontawesome.com/) for icons## Installation
To use the password generator, open the `index.html` file in your browser.
## Customization
You can customize the password length and character types in the `createPass` function within the `app.js` file.