JoelDore / Password-Generator

Generates password of user-defined length and character types

Home Page:https://joeldore.github.io/Password-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

App Preview

demo gif

Currently deployed at GitHub Pages


Description

This application generates a random secure password based on user-selected criteria. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript with a clean and responsive UI.

User's input is validated to meet client-specified requirements:

* Password length (8-128 characters)
* Must select at least one character type (lowercase, uppercase, numeric, or special characters)

Future Development

  • Add 'Copy password to clipboard' modal button

  • Refactor alerts into modals


📝 License

Copyright © 2020 Joel Dore
This project is MIT licensed.



githublinkedinBuy Me A Coffee

About

Generates password of user-defined length and character types

https://joeldore.github.io/Password-Generator

License:MIT License


Languages

Language:JavaScript 48.9%Language:CSS 32.3%Language:HTML 18.8%