dzcode-io/dzcode.io

Rework Card Component for Projects and Articles

Closed this issue · 1 comments

the component should interface and display

  • a title
  • a description
  • a github URI through a link
  • an image

article object

{
  "title": string,
  "description": string,
  "image": string
}

project object

{
  "title": string,
  "description": string,
  "githubURI": string,
  "slug": string,
  "image": string
}

implemented see #214