How to make a dashboard where we can update user profile after user registration in React?

I am working in college project, but i want that user register themselves, and later they can edit or update their profile, even can set profile picture. The project is in MERN, Can anyone suggest better way?

I want to try only login user can update their profile. and even can upload profile picture.