Files
portfolio/constants/projects.ts
T

44 lines
1.1 KiB
TypeScript

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%."
}
]