Skip to content

Nicole-Hong/coding_bc_javascript_password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Challenge: Password Generator

About This Challenge

The purpose of this challenge is to create the application that an employee can use to generate a random password based on criteria they've selected. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript code written with a functional and responsive user interface that operates with the input of the specific criteria defined by the users.

The password criteria are specified and validated as follows:

  • Length of the password is determined between 8 and 128 characters
  • Determined if lowercase, uppercase, numbers and/or special characters will be included in the password

The app then generates the random password that matches the criteria specified in the above process and displays it on the user interface. As a next step in the development of this app, we will further improve the quality of the user experience by upgrading the interactive code.

Built With

  • HTML
  • CSS
  • Javascript

Website Deployed

Usage

  1. Open the random password generator URL provided above.
  2. Click on "Generate Password" button to start generating a password.

1_generate_password

  1. Respond to the following prompted messages on the user interface:
    • Type the number between 8 and 128 to specify the length of the password and click "OK".

2_length

3_length

> * Click "OK" for including the lowercase and "Cancel" otherwise.

4_lowercase

5_lowercase

> * Click "OK" for including the uppercase and "Cancel" otherwise.

6_uppercase

7_uppercase

> * Click "OK" for including the numbers and "Cancel" otherwise.

8_numbers

9_numbers

> * Click "OK" for including special characters, and "Cancel" otherwise.

10_special

11_special

> * Confirm the random password generated.

12_password

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published