Create and customize strong passwords effortlessly with the Password Generator Tool. Tailor your passwords, send them securely via email, and verify their strength—all in one place.
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).
Frontend: