Skip to content

AngelChloe/3-JavaScript-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-JavaScript-Password-Generator

Purpose

Randomly generated passwords can provide greater security for sensitive data. HTML is used to markup the structure, CSS to style content, and JavaScript to program the functional behavior of this website to generate a random password after gathering user inputs through a series of prompts for password preferences. Specific criteria for the password include having a length of 8-128 characters, lowercase, uppercase, numeric, and/or special character types, for each prompt to be validated after selection, and for the generated password that matches the selected criteria to be displayed on the page. In the future, we may look into reworking the prompts into checkbox selections to improve user experience.

Usage

  1. Open the password generator URL in your browser.
  2. Generate a random password by clicking the "Generate Password" button and following the prompts.

Built With

  • HTML
  • CSS
  • JavaScript

Password Generator Sreenshot

PassWordGen

Credits

Created by Univeristy of Utah Coding Bootcamp and Student Cindy Chynoweth.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published