Randompassword generator

HTML, CSS, & JavaScript

GitHub Repo Live version

The goal of this project was to generate 2 random passwords while following the design spec. It is built using vanilla CSS, and is utilizing Flexbox, CSS Grid, and CSS Variables as a part of Scrimba's Frontend Developer Career Path.

I decided to add a variety of common password holder features, like the ability to set the password length, toggles to include numbers and symbols, and 1-click copying.

On the design side, I wanted the application to be fully responsive (check out the live version on phone or tablet) and I added a dark-mode toggle as well