Skip to content

Commit 63fd395

Browse files
committed
asd
1 parent 3fd89fc commit 63fd395

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

portfolioDataScript.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
const projectsData = [
2+
{
3+
title: "Torn Trade Analyzer",
4+
date: "2025",
5+
description: "Trade analyser for Torn traders using Torn API",
6+
skills: ["HTML", "CSS", "Bootstrap (Framework)", "JavaScript"],
7+
categories: ["Websites"],
8+
media: [ { type: "website", url: "https://psemo.github.io/Other/TornTradeAnalyzer/" }, { type: "youtube", url: "https://youtu.be/UIuwDKq19RI" } ]
9+
},
10+
{
11+
title: "Actually idle idler: The Ultimate Idle",
12+
date: "2025",
13+
description: "A mockeray of the idle game type",
14+
skills: ["Love2D", "Lua"],
15+
categories: ["Games"],
16+
media: [ { type: "itch-io", url: "https://psemo.itch.io/actually-idle-idler-the-ultimate-idle" }, { type: "youtube", url: "https://youtu.be/mMqKP2eLCqs" } ]
17+
},
18+
{
19+
title: "Infinite Netrunner v2.1",
20+
date: "2025",
21+
description: "",
22+
skills: ["HTML", "CSS", "JavaScript"],
23+
categories: ["Games", "Websites"],
24+
media: [ { type: "itch-io", url: "https://psemo.itch.io/coding-challanges" }, { type: "youtube", url: "https://youtu.be/DY14k0rOs-g" } ]
25+
},
26+
{
27+
title: "Escape The Mothership",
28+
date: "2025",
29+
description: "",
30+
skills: ["Unity", "C#"],
31+
categories: ["Games"],
32+
media: [ { type: "itch-io", url: "https://gabrielrg.itch.io/escape-the-mothership" }, { type: "youtube", url: "https://youtu.be/Ss5aOxDOzlE" } ]
33+
},
34+
{
35+
title: "Late Stage Capitalism: The Game",
36+
date: "2025",
37+
description: "",
38+
skills: ["HTML", "CSS", "JavaScript"],
39+
categories: ["Games", "Websites"],
40+
media: [ { type: "itch-io", url: "https://psemo.itch.io/late-stage-capitalism-the-game" }, { type: "youtube", url: "https://youtu.be/gHYeZCR8_DE" } ]
41+
},
242
{
343
title: "Designed/developed/self-hosted Website",
444
date: "Mar 2025 - May 2025",

0 commit comments

Comments
 (0)