Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Random password generator in Javascript
https://github.com/trident09/password-generator

javascript password-generator random-generation

Last synced: 2 days ago
JSON representation

Random password generator in Javascript

Awesome Lists containing this project

README

        

# PassWord-generator
Random password generator in Javascript

## Description
This is a random password generator that will generate a password based on the criteria that the user selects. The user will be prompted to select the length of the password and if they want to include uppercase letters, lowercase letters, numbers, and/or special characters. The password will then be generated and displayed on the screen.

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

## Usage
To use this project, simply open the index.html file in your browser and click the "Generate Password" button. You will then be prompted to select the length of the password and if you want to include uppercase letters, lowercase letters, numbers, and/or special characters. Once you have selected your criteria, the password will be generated and displayed on the screen.