UWCodeForce / student-net

https://uwcodeforce.ca
2 stars 11 forks source link

Create User Profile Page #32

Open xTrig opened 2 years ago

xTrig commented 2 years ago

Create a page that lets the users view and edit their own personal information, along with view the profiles of other users.

Personal information can be stuff like first name, last name, major, bio, socials, etc.

Going to need to use dynamic routes to accomplish this. Viewing other people's profiles should follow the following URL format: localhost:3000/profile localhost:3000/profile/USERIDHERE

Some fields we'd like to include are:

aasherkataria commented 2 years ago

I'll take this task