Skip to content

This webpage was created as part of a UT Full Stack Flex Coding Bootcamp challenge. I modified starter code to create a simple password generator that creates a random password 8-128 characters in length (dependent on user input).

License

Notifications You must be signed in to change notification settings

elizabetholsavsky/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This webpage was created as part of a UT Full Stack Flex Coding Bootcamp challenge. I modified starter code to create a simple password generator. This password generator creates a random password 8-128 characters in length. Users can choose the length of the password as well as which characters to include through a series of prompts and confirmations. Character options include uppercase letters, lowercase letters, numbers, and special characters.

_C__Users_jesse_bootcamp_password-generator_index html

Table of Contents

Usage

The user is prompted to choose a password length 8-128 characters in length. The user is directed to try again if the length chosen is below 8 characters or above 128 characters. Once an appropriate length is chosen, the user will be asked to confirm which characters should be included. Character options include uppercase letters, lowercase letters, numbers, and special characters. The user will be prompted to try again if no character types are chosen. The new random password will be generated on the page after the last confirmation.

Contributing

Starter code (index.html, style.css, and labeled portion of script.js) provided by Xandromus: https://github.com/coding-boot-camp/friendly-parakeet

License

MIT License

Contact

About

This webpage was created as part of a UT Full Stack Flex Coding Bootcamp challenge. I modified starter code to create a simple password generator that creates a random password 8-128 characters in length (dependent on user input).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published