Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 917 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 917 Bytes

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.