Skip to content

TLillySib/JavaScript-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Password-Generator

Assignment 3 JavaScript-Password Generator

Visit Password Generator at: https://tlillysib.github.io/JavaScript-Password-Generator/

Context

For companies that handle large amounts of sensitive data, weak passwords can pose a real security threat. An application that can generate strong passwords quickly and effortlessly saves employees time and ensures secure access to data.

Acceptance Criteria

Create an application that generates a random password based on user-selected criteria. This app will run in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code. The alert will prompt the user to choose from the following password criteria:

  1. Length (must be between 8 and 128 characters)
  2. Character types:
  • Special characters (symbols)
  • Numeric characters
  • Lowercase characters
  • Uppercase characters

Password-Generator

This project was designed as a homework assignment for John Hopkin's Coding Bootcamp. This project emphasizes the use of Javascript to generate a random, secure password for the user and has been deployed to GitHub Pages. To launch this project-follow the deployment link.

This project has the following features:

A generate button

This will send the user a series of prompts and confirms After user data is collected, a random password will be generated using Javascript. The text area will display the user's password once it is generated.

PwdGen1

PwdGen2

PwdGen7

Author

Tomeeka Lilly-Sibley

JHU Bootcamp Designs

About

Assignment 3 JavaScript-Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published