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

https://github.com/codersuresh/random-password-generator

Random password generator
https://github.com/codersuresh/random-password-generator

css html javascript

Last synced: 25 days ago
JSON representation

Random password generator

Awesome Lists containing this project

README

          

# Random Password Generator

## Screenshots
![Screenshot of the Random Password Generator](./images/random-password-generator.png)

## Table of Contents
* [Description](#description)
* [Installation](#installation)
* [Screenshots](#screenshots)
* [Usage](#usage)
* [Credits](#credits)

## Description
This application generates two random passwords when a user clicks the "Generate Password" button. The user can then copy the password to their clipboard by clicking directly on the password. The passwords are generated using JavaScript.

Users can choose one or more options from uppercase, lowercase, digits, and special characters.
Users can also choose the length of the password ranging from 8 to 32 characters.

## Installation
To install this application, clone the repository and open the index.html file in your browser.

## Usage
To use this application, click the "Generate Password" button.
To copy the password to your clipboard, click directly on the password.

## Credits
This application was created by [Coder Suresh](https://github.com/codersuresh) as a part of scrimba's solo project challenge.