Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 843 Bytes

File metadata and controls

32 lines (20 loc) · 843 Bytes

Random Password Generator

This Solo project is from a Scrimba course.

Learn Javascript for free:

  • For beginner
  • Interactive
  • a lot of code challenges

Also if I am intermediate level, am following this course to improve my skills and practice at least one hour per day, relaxing after work.

Project Requirements

  • Build it from scratch
  • Generate two random passwords when the user clicks the button
  • Each password should be 15 characters long

Stretch goals

  • Ability to set password length
  • Add “copy on click”
  • Toggle symbols and numbers on/off

Design

The design is provided from the course on Figma.

Design

Future Features

  • refactoring functions to class, to be more repetitive and orderly