This is a Next.js project bootstrapped with create-next-app
.
- The user can add an account image (with pop-up) --> done
- new updated email is already present or not || only credential users can change their email and password--> done
- reset password in the settings page
- delete account --> done
- change user role (optional)
- profile picture shows up with dialog(experimental)
- vercel blob storage from server action to API route for higher size image upload (limited sized should be upload or image quality downgrader)
- feature : user image crop before upload
---------------------------------------------------------------------------<>-------------------------------------------------------------------------------
Home page
Login page
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.