Skip to content

Commit 09e25e0

Browse files
committed
Added more projects
1 parent 6e74386 commit 09e25e0

3 files changed

Lines changed: 37 additions & 3 deletions

File tree

src/lib/data/projects.ts

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const projects: Project[] = [
4848
github: "https://github.com/ReKylee/KirbyCharacterController",
4949
},
5050
},
51-
5251
{
5352
id: "proj_freelance_backend",
5453
title: "Freelance Backend System",
@@ -60,7 +59,14 @@ export const projects: Project[] = [
6059
type: "image",
6160
src: "/images/sample-image.png",
6261
},
63-
tech: ["Node.js", "TypeScript", "MongoDB", "Zod", "Neverthrow"],
62+
tech: [
63+
"Node.js",
64+
"Express",
65+
"TypeScript",
66+
"MySQL",
67+
"Zod",
68+
"Neverthrow",
69+
],
6470
links: {
6571
github: "#",
6672
},
@@ -81,6 +87,20 @@ export const projects: Project[] = [
8187
github: "https://github.com/ReKylee/InscryptionMultiplayerCollege",
8288
},
8389
},
90+
{
91+
id: "proj_gametracker",
92+
title: "Game Completion Tracking Website",
93+
extension: "build",
94+
date: "Mar 23 2025",
95+
description:
96+
"Designed and built, in a day, a responsive and sweet game completion tracker!",
97+
visual: {
98+
type: "image",
99+
src: "/GameTracker.gif",
100+
},
101+
tech: ["Node.js", "Express", "Javascript", "MySQL"],
102+
links: {},
103+
},
84104
{
85105
id: "proj_battleships",
86106
title: "Battleships In The Terminal",
@@ -97,7 +117,6 @@ export const projects: Project[] = [
97117
github: "https://github.com/ReKylee/BattleshipsHW",
98118
},
99119
},
100-
101120
{
102121
id: "proj_ultimate_charactercatalog",
103122
title: "Ultimate Character Catalog",
@@ -114,4 +133,19 @@ export const projects: Project[] = [
114133
github: "https://github.com/ReKylee/CatalogApp",
115134
},
116135
},
136+
{
137+
id: "proj_jujutsu_nvim",
138+
title: "Jujutsu NeoVim",
139+
extension: "build",
140+
date: "Jun 28 2025",
141+
description: "Jujutsu Version Control Integration for NeoVim",
142+
visual: {
143+
type: "image",
144+
src: "/jjnvim.gif",
145+
},
146+
tech: ["Lua"],
147+
links: {
148+
github: "https://github.com/ReKylee/jjui.nvim",
149+
},
150+
},
117151
];

static/GameTracker.gif

59.5 MB
Loading

static/jjnvim.gif

818 KB
Loading

0 commit comments

Comments
 (0)