micheqn3 / password-generator

This application creates a password for the user based on criteria the user chooses.

Home Page:https://micheqn3.github.io/password-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Password Generator

This repository contains a password generator. It includes prompts that asks the user criteria such as... how many characters they want in the password, if they want uppercase characters, lowercase characters, numbers, or special characters.

The application then presents the user with the generated password based on the user's choices of criteria.

To execute the file:

  • Open in browser

This repository contains:

  • index.html- This file contains the password generator layout. It displays a generator centered in the middle of the page that will start running when the user presses the button.

  • script.js- This file contains JS code that targets the 'generate password' button and prompts the user for criteria in generating their password. There are arrays that hold different characters the user will choose from and the script will generate a random password using the Math object as well as array methods.

  • matrix.js- This file contains JS code that targets the canvas of the HTML file to further style the page.

  • style.css- This file provides additional styling to the page.

Technologies/Languages used:

  • JavaScript
  • HTML/CSS

Link to deployed application

https://micheqn3.github.io/password-generator/

Video of deployed application

pwd-video.mp4

Screenshot of deployed application

Screenshot

License License: MIT

MIT

About

This application creates a password for the user based on criteria the user chooses.

https://micheqn3.github.io/password-generator/

License:MIT License


Languages

Language:JavaScript 61.0%Language:CSS 26.9%Language:HTML 12.1%