Closed hemantDwivedi closed 10 months ago
Hi, I am bit new to Github, but can I take on this issue. Is there anything I should know while I reproduce the environment, or is everything clear in the readme?
Thanks! Amogh
Yes, you'll find in readme. fork repo and you can contribute in UI folder. also check my new commit, will help to understand the need. let me know so i can assign this to you.
Sounds good! Yeah sure, assign me
Do you want to have another button called "Generate Password" so the user can set up all the parameters for generating a password(ex: setting the length, having alphabets, special characters). Then the password strength should update accordingly. Also, do you want me to define the boundaries for what is considered a very strong password or is it as simple as saying for each box the user checks off, that maps to how strong the password is. For example, if the user checks all 4 boxes, its a very strong password, if they check 3, its a strong password, if they select 2, its a good password, etc?
Also, just out of curiosity, does the sending password to email work?
Also, the copy password isn't working for me. (edit) I fixed it. It was the alert() function
Do I need to configure anything in the backend? I am using VSCode, is that fine?
It seems the APIs are getting network errors
Sure, you can add/configure the UI and backend.
Should check generated password strength and will show weather password is poor, good, strong, very strong.