Astrodevil / ZeroOctave-Javascript-Projects

This Repository Contains 150+ web development Projects.
https://zerooctave.github.io/ZeroOctave-Javascript-Projects/
MIT License
537 stars 454 forks source link

Password Generator #1023

Closed Swap-nil-2003 closed 1 year ago

Swap-nil-2003 commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to contribute a Password Generator App which would solve the problem of trying to create passwords for various important purposes such as creating an account.

Describe the solution you'd like The user will be allowed to input the no of characters they want along with other specifications such as with or without special characters. Accordingly, a random Password will be generated.

Describe alternatives you've considered Users can choose to customize the password as per their wish.

Additional context Screenshot_20221104-153848 Screenshot_20221104-153926 Screenshot_20221104-153937

Steps Followed✅

Check the box with [x] If you followed all the steps.

Code of Conduct✅

Anmol-Baranwal commented 1 year ago
Anmol-Baranwal commented 1 year ago

You can reopen issue, if you want to add further functionalities to the existing password generator project.