Project link: https://mikemasatsugu.github.io/Password-Generator/
This is project meant to practice:
- HTML/CSS/JavaScript
- git/GitHub
- Markdown formatting
The main objective is to create a password of varying length that can include uppercase/lowercase letters, numbers, and symbols - all toggleable/selectable by user input.
- A minimal explanation of the importance of a good, unique password
- A count of the number of data breaches/leaked username/password pairs in the years 2015-2020
- Some statistics about unique passwords
A "Copy to clipboard" buttonFormatting checkboxes/labels to be alignedRe-executing password generator on check/uncheck of options- Create custom pop-up instead of using alert() for the copy to clipboard notification
The MVP will be done by May 20th, 2021. Nice-to-haves will be done by the end of May.
change event listener for slider from mousemove to something more robust
MVP achieved - 05.16.21