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
- Host: GitHub
- URL: https://github.com/ethereumdevtech/password-generator
- Owner: EthereumDevtech
- Created: 2023-01-09T19:48:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T19:54:35.000Z (over 3 years ago)
- Last Synced: 2025-07-29T00:26:09.382Z (9 months ago)
- Topics: html, javascript, sass
- Language: CSS
- Homepage: https://password-generator-tau-seven.vercel.app
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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