Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User signup and fixed deployment issue #727

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Conversation

ShivanshPlays
Copy link
Contributor

Description

Added the signup backend route to handle user registration by accepting email, password, fullname, and phone number. Integrated this route with the frontend signup page by making necessary API calls via Axios. Updated the frontend to include proper form validation, loading state management, and error handling with toast notifications. Modified the signup button to provide user feedback during loading and ensured smooth navigation on successful registration. These changes complete the full signup functionality for seamless user onboarding.

other than that I have also solved the deployment issue which was caused by a typescript error in nextAuth files, for more context check: nextauthjs/next-auth#7132 (comment)


Related Issues


Screenshots / videos (if applicable)

Copy link

vercel bot commented Oct 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ezyshopz ❌ Failed (Inspect) Oct 16, 2024 11:55pm

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, ShivanshPlays, for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making Ezyshop better. 🎉

Copy link
Owner

@mdazfar2 mdazfar2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ShivanshPlays Great job on signup integration and deployment fix!

@mdazfar2 mdazfar2 merged commit 9a295a3 into mdazfar2:main Oct 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Adding signup of users
3 participants