-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is your feature request related to a problem? Please describe.
Need to create sidebar to display likes and user info for the ArticleBody component
Describe the solution you'd like
- Should use the sidebar component from Create Sidebar and Explore component #10 to make the emojis in a sidebar on the left and have user info and other Articles on the right.
Figma Design
- Likes Sidebar
- UserArticle
Component Details
- UserArticles will right under the UserInfo component
- Should use the sidebar component from Create Sidebar and Explore component #10 when it is completed
- Create a folder called User in
src/components - Create a file called UserInfo in
src/components/User - Create a file called UserArticles in
src/components/User - You can get the info on the user data by calling the
/api/users/<int:user_id>to get info about the user for the UserInfo and UserArticle components
Metadata
Metadata
Assignees
Labels
frontendfrontend featurefrontend feature


