Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.38 KB

Password Generator

License: MIT

Deployed Application

Password Generator

Screenshot of Password Generator Screenshot of Password Generator

Description

This Node.js application runs an algorithm that outputs a randomly generated password to the user.

The user is asked for two preferences (password length and character type), and the program utilizes unique character codes corresponding to the user's choices to randomly generate a new secure password upon each iteration.

The program ensures that at least one of a user's selected character types will appear in the generated password.

Features

  • Node.js and Express used to serve HTML content.
  • Responsive to screen sizes across devices.
  • Incorporates Bootstrap utilities including container, modal, and buttons.
  • ClipboardJS allows for generated password to be instantly copied.
  • Font Awesome icons support a more satisfying layout.
  • JavaScript, HTML, CSS

Contact

Michael Hanson

License

Licensed under the MIT License.