Skip to content

domdotcom/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Password Generator

This is an exercise in Javascript. The Password Generator has a minumum is 8 characters and maxiumum of 128. It can include or exclude lowercase, uppercase, numbers and symbols. It is also responsive when viewed on screen smaller than 500px.

To create the random password I utilzed charCodes that are built into Javascript rather than creating several arrays of lowercase and uppercase letters, number and symbols.

I also built in inputs of checkboxes and a number input into the html rather than utilzing alerts for a cleaner, more seamless user experience, where the client can check their desired criteria from the onset and simply hit generate password once.

Below are images of the generator in mobile view, in its default state and having generated a random password.

screenshot of generator in mobile

screenshot of generator at default

screenshot of generator with a generated password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published