Skip to content

[Page] add Blog view page #22

@Zolo-Ryan

Description

@Zolo-Ryan

Add the page to view the selected blog from landing page (#20)

The page will use the following backend route /blogs/get/:id (#10) to fetch the blog data.

Response from /blogs/get/:id

{
   title: String
   content: String
   tags: [Tags]
   image: String
   comments: Comments
   review: enum('pending', 'approved', 'update')
   reviewMessage: String
}

design will be uploaded soon

  • Create the blog view as well as a comment section at the bottom of the blog
  • Use the mentioned route to fetch data
  • Ensure responsiveness

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions