We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c1115 commit fa27419Copy full SHA for fa27419
data/projectsData.ts
@@ -1,4 +1,11 @@
1
-const projectsData = [
+interface Project {
2
+ title: string,
3
+ description: string,
4
+ href?: string,
5
+ imgSrc?: string,
6
+}
7
+
8
+const projectsData: Project[] = [
9
{
10
title: 'A Search Engine',
11
description: `What if you could look up any information in the world? Webpages, images, videos
0 commit comments