feat: organize constants and add index file for easy importing
This commit is contained in:
@@ -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%."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user