Open Priyanshu9898 opened 2 hours ago
Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.
Should i also add loader function so that the user does not click the login button again and again?
Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.
Should i also add loader function so that the user does not click the login button again and again?
Yes that would be better, and try to add spinner and make button disable when logging in....
I am also thinking of adding animations to the button with spring and scale effects.
I am also thinking of adding animations to the button with spring and scale effects.
yes, that would be better. Also for the toast message, you can use react-hot-toast library.
Ok
Can you please add login with google button in both the pages, so that I can implement, login with google functionality from backend?
Can you please add login with google button in both the pages, so that I can implement, login with google functionality from backend?
Sure, will do that as well.
Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.