Rework Card Component for Projects and Articles
Closed this issue · 1 comments
souhaib-benbouzid commented
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
}
souhaib-benbouzid commented
implemented see #214