bitprj / bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create ArticleView Component

bryanwong8 opened this issue · comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

  • Should pull from the backend to get the data needed to display the name, cover image, tags, person who wrote it, and content

Figma Design
Figma link: https://www.figma.com/file/pyXHrfSlr2xx3xunNXjcpx/New-UI?node-id=2694%3A727

  • ArticleBody

Screen Shot 2020-05-12 at 4 49 48 PM

Component Details

  • Create a folder called ArticleBody in src/components
  • You should be using the route /api/articles/<int:article_id>
    to pull data to get a specific article.