Skip to content

Commit

Permalink
Merge pull request #2 from joeyyy09/update-json
Browse files Browse the repository at this point in the history
Update projects json
  • Loading branch information
joeyyy09 authored Oct 2, 2023
2 parents 70372f8 + 611b15c commit a25dad5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added public/images/farmiko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/kanban-board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/rss-agg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions shared/utils/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,31 @@ const project = [
img: require("../../public/images/portfolio.png"),
url: "https://github.com/joeyyy09/portfolio-2",
},
{
id: 5,
title: "Kanban Board",
description1:
"Efficiently manage your tasks with this stylish Kanban board web application built using the MERN stack (MongoDB, Express.js, React, Node.js).",
description2:
"This application enables users to seamlessly organize tasks by adding, deleting, editing, and effortlessly dragging tasks between columns: To Do, In Progress, and Completed.",
img: require("../../public/images/kanban-board.png"),
url: "https://github.com/joeyyy09/kanban-board",
},
{
id: 6,
title: "Farmiko",
description1: "",
description2: "",
img: require("../../public/images/farmiko.png"),
url: "https://github.com/joeyyy09/farmico-landing-page",
},
{
id: 7,
title: "RSS Aggregator",
description1: "",
description2: "",
img: require("../../public/images/rss-agg.png"),
url: "https://github.com/joeyyy09/rss-aggregator",
},
];
export default project;

0 comments on commit a25dad5

Please sign in to comment.