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

https://github.com/b-l-u-e/password-generator

Password generator
https://github.com/b-l-u-e/password-generator

Last synced: 5 months ago
JSON representation

Password generator

Awesome Lists containing this project

README

          

# Password Generator

## Requirements

- Build project from scratch based on screenshots
- Generate two random passwords when the user clicks the button
- Each password should be 15 characters long
- Set password length
- Add "copy-on-click"
- Toggle "symbols" and "numbers" on/off
- Enable dark/light mode
- implement show notifcation popup

## Screenshots

### Dark mode

![Dark mode](screenshots/Scrimba%20Solo%20Project_%20Random%20Password%20Generator%20(Dark).png)

### Light mode
![Light mode](screenshots/Scrimba%20Solo%20Project_%20Random%20Password%20Generator%20(Light).png)