An open API service indexing awesome lists of open source software.

https://github.com/ethereumdevtech/password-generator

Password generator using vanilla js
https://github.com/ethereumdevtech/password-generator

html javascript sass

Last synced: 12 days ago
JSON representation

Password generator using vanilla js

Awesome Lists containing this project

README

          

# Password generator app

This is a solution to the [Password generator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/password-generator-app-Mr8CLycqjh).

## Target

This password generator is able to:

- Generate a password based on the selected options
- Click-and-copy the generated password to the computer's clipboard
- See a strength rating for their generated password
- The strength rating is based on both length and included characters types
- 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

## Tech Stacks

- HTML5
- CSS custom properties
- Javascript
- Mobile-first workflow