Follow my channel for video tips, tricks and tutorials.
Create an entry in the file src/components/projects.ts
having the following fields.
imageUrl
- for the project card image, a sample image is stored in the folder public\resource\projects
folder
link
- shows the path of the project. Usually, with the github base url.
Sample project entry
{
title: "Simple OPCUA Server and Client",
description: "A demo project",
imageUrl: "/youtube/resource/projects/02-simple-opcua-server-and-client.png",
link: "/youtube/projects/simple-opcua-server-and-client/",
tags: [".net", "python", "IoT", "OPC-UA", "docker"],
},