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:
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: