Closed zoeames closed 5 years ago
As a user, when I navigate to my profile page, I want to be able to see my information.
When the user navigates to the profile page Then they should see their information
Wireframe:
const myInfo = . { name: "Richard Wrex", type: "T-Rex", imageUrl: "https://d1w8cc2yygc27j.cloudfront.net/-1033523364729088921/7889254060776196142.jpg", bio: "bla bla bla bla bla" }
Story
As a user, when I navigate to my profile page, I want to be able to see my information.
Acceptance Criteria
When the user navigates to the profile page Then they should see their information
Development Notes