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

https://github.com/mdashraful305/password-generator

This is a simple password generator
https://github.com/mdashraful305/password-generator

bootstrap css html javascript jquery js password-generator

Last synced: about 1 month ago
JSON representation

This is a simple password generator

Awesome Lists containing this project

README

        

## Password Generator

This is a simple password generator web application built with HTML, CSS, and JavaScript. It allows the user to generate a random password of a specified length and with selected character types (uppercase letters, lowercase letters, numbers, and symbols).

## Live Preview
```bash
https://mdashraful305.github.io/Password-Generator/
```

## Installation

No installation is required. Simply open the `index.html` file in a web browser to use the password generator.

## Usage

To generate a password, select the desired length of the password (between 8 and 128 characters) and the desired character types (by checking the corresponding checkboxes). Then click the "Generate Password" button to generate a password.

To copy the generated password to the clipboard, click the "Copy" button.

## Development

This project was developed using HTML, CSS, and JavaScript. The password generation logic is implemented in the `generatePassword` function in the `script.js` file. The `copyToClipboard` function handles copying the generated password to the clipboard.