Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.