Implement API endpoint for perform profile updating
Create dashboard/profile page for rendering update profile form and profile overview
Create UpdateProfileForm component to allow user to update its name and image
Some refactors for improving code readability and reusability:
Create constants directory with common.ts and auth.ts files for exposing reusable constant data related to specific modules throughout the application.
Create useUploadImage custom hook for extract file handling and image uploading logic.
What
dashboard/profile
page for rendering update profile form and profile overviewUpdateProfileForm
component to allow user to update its name and imageconstants
directory withcommon.ts
andauth.ts
files for exposing reusable constant data related to specific modules throughout the application.useUploadImage
custom hook for extract file handling and image uploading logic.Screenshots