Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.02 KB

File metadata and controls

42 lines (32 loc) · 1.02 KB

passwordGenerator V1.1

Maintenance

Description

Simple vanilla JS and HTML to generate two unique passwords from an array.

Repository no longer maintained.

What I would do in the future

  1. Build basic structure in HTML
  2. Javascript
    1. Define password characters in const characters
    2. Connect JavaScript variables to HTML elements
    3. Listen for button click
    4. Build out the following for function generatePassword
      1. Create for loop
      2. Randomize characters within loop
      3. Return password
    5. Create unique second password
  3. CSS
    1. Add root variables
      1. ::colors
      2. ::font-family
    2. Match CSS Styling to provided demo
  4. Activate GH Pages
  5. Review project and update readme.md
  6. Add project to portfolio

Technologies Used

  • TailwindCSS
  • JavaScript
  • CSS/HTML
  • VS Code
  • GH Pages

License

MIT license