Skip to content

Repo for my Coding Bootcamp password generator assignment

Notifications You must be signed in to change notification settings

Jacee94/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator README

Description

This repository contains code for my password generator assignment. It accepts user input and will generate a random password based on parameters from that input.

The User can input the following parameters to generate a password:

  • Length of password (8-128 characters)
  • If they want to use lowercase letters
  • If they want to use uppercase letters
  • If they would like to use numbers
  • If they would like to use special characters

Code used in this Repo:

  • HTML
  • CSS
  • JavaScript

Links

Snapshot

Picture of the password generator app

About

Repo for my Coding Bootcamp password generator assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages