Simple vanilla JS and HTML to generate two unique passwords from an array.
Repository no longer maintained.
- Build basic structure in HTML
- Javascript
- Define password characters in
const characters
- Connect JavaScript variables to HTML elements
- Listen for button click
- Build out the following for function
generatePassword
- Create for loop
- Randomize characters within loop
- Return password
- Create unique second password
- Define password characters in
- CSS
- Add root variables
- ::colors
- ::font-family
- Match CSS Styling to provided demo
- Add root variables
- Activate GH Pages
- Review project and update readme.md
- Add project to portfolio
- TailwindCSS
- JavaScript
- CSS/HTML
- VS Code
- GH Pages