Currently, the signup functionality doesn't provide clear feedback to users about whether their signup request was successful or failed.
In SignUp.jsx, the handleSignup function calls signupUser but doesn't handle the response or show any loading/success/error states to the user.
Relevant files: SignUp.jsx, AuthContext.jsx
Currently, the signup functionality doesn't provide clear feedback to users about whether their signup request was successful or failed.
In SignUp.jsx, the handleSignup function calls signupUser but doesn't handle the response or show any loading/success/error states to the user.
Relevant files: SignUp.jsx, AuthContext.jsx