Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 768 Bytes

File metadata and controls

31 lines (20 loc) · 768 Bytes

Password Generator App

Challenge

Users should be able to:

  • Generate a password based on the selected inclusion options
  • Copy the generated password to the computer's clipboard
  • See a strength rating for their generated password
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Javascript
  • Flexbox
  • Desktop-first workflow

Author