Example Project - Featured
Example Project - Featured
Project Description Here - Supporting Markdown
You should <br />
for new line and <br />
must be between empty two lines.
Project Props
Prop Name | Type | Description |
---|---|---|
title | string | Project Title |
date | string | YYYY-MM-DD |
category | string | add icon the assets/img |
description | string | Project Description |
tags | array | custom tags in the src/assets/js/tags.js |
githubLink | string | Github Link |
liveLink | string | Live Link |
featured | boolean | Featured Project |
banner | string | Banner Image URL |
Example Code Blocks
This is a text
npm install example
const example = () => {
return (
<div>
<h1>Example</h1>
</div>
)
}
<div>
<h1>Example</h1>
</div>