Skip to content

maxthor500/RandomPasswordGenerator

Repository files navigation

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