Skip to content

jenho-webdev/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

03 JavaScript Web App: Password Generator v1

This password generator web app can be a powerful tool that helps users generate strong and unique passwords quickly and easily. The app feature a simple and intuitive user interface that allows users to input their desired password length. It also give the user options on select which types of character that they want to use to generate their new password.

To ensure maximum security, the password generator web app validate the user's requested password length to be in the range of 8 characters long to 128 characters which are difficult for hackers to guess or brute-force.

The Password Generator app is still in its early stages of development and we released it now as a functional and user friendly password generator, but we planned to add more features to it in the feautre releases. Please see the "Road Map" section of this README document for more features that we planned to add to the app.

User Story

AS AN employee with access to sensitive data
I WANT to randomly generate a password that meets certain criteria
SO THAT I can create a strong password that provides greater security

Acceptance Criteria

GIVEN I need a new, secure password
WHEN I click the button to generate a password
THEN I am presented with a series of prompts for password criteria
WHEN prompted for password criteria
THEN I select which criteria to include in the password
WHEN prompted for the length of the password
THEN I choose a length of at least 8 characters and no more than 128 characters
WHEN asked for character types to include in the password
THEN I confirm whether or not to include lowercase, uppercase, numeric, and/or special characters
WHEN I answer each prompt
THEN my input should be validated and at least one character type should be selected
WHEN all prompts are answered
THEN a password is generated that matches the selected criteria
WHEN the password is generated
THEN the password is either displayed in an alert or written to the page

Mock-up

screenshot mock-up

Contact Me

LinkedIn Github Slack

Road Map

[x] Password length validation: must be 8 to 128 characters long password. [x] Allow user to pick a at least one type of character to generate their password. [ ] Ability to specify certain words or phrases that should be included in the password. [ ] Option to exclude specific characters or symbols. [ ] Exclude specific characters or symbols. [ ] Strength meter.

Application Deployment

Password Generator v1:

Acknowledgments

- Shield and badges used in this markdown document were sourced from [Shields.io](https://shields.io/).
-Starter Code and site images were provided by UCI Bootcamp Course.
- This website was inspired by UCIBookcamp Week 3 Assignment. The base mockup, user story, acceptance criteria were provided by UCI Bootcamp Full Stack WebDev Course.

About

JavaScript Challenge: Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published