You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an input box, Where user can paste their password. Define a function that call axios post request, which is already defined in "PasswordGeneratorApi.js". You will get password strength as response(poor, good, strong, very strong).
Add label which shows password strength.
Use proper color for password strength(poor, good, strong, very strong).
This feature should be on right side of Password generator on view page(should be responsive).
The text was updated successfully, but these errors were encountered:
Frontend:
The text was updated successfully, but these errors were encountered: