feat: organize constants and add index file for easy importing

This commit is contained in:
2026-05-28 11:31:38 -07:00
parent c7e046f1c2
commit d7bb5e1e39
5 changed files with 86 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
export const projects = [
{
title: "Project 1",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
},
{
title: "Project 2",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
},
{
title: "Project 3",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
},
{
title: "Project 4",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
},
{
title: "Project 5",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
},
{
title: "Project 6",
year: "2023",
stack: ["React", "Node.js"],
description: "A web application for managing tasks.",
outcome: "Increased productivity by 20%."
}
]