Skip to content

Commit 3fb72db

Browse files
committed
Added more projects
1 parent 6e74386 commit 3fb72db

3 files changed

Lines changed: 61 additions & 4 deletions

File tree

src/lib/data/projects.ts

Lines changed: 61 additions & 4 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,9 +59,39 @@ 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+
],
70+
links: {
71+
github: "https://github.com/ReKylee/BarberAppBackendDemo",
72+
},
73+
},
74+
{
75+
id: "proj_notes_backend",
76+
title: "Freelance Backend System",
77+
extension: "sysX",
78+
date: "Aug 01 2025",
79+
description:
80+
"Developed the backend for our final Web Development project using TypeScript and Domain-Driven Design, handling everything from data modeling to admin-specific API endpoints.",
81+
visual: {
82+
type: "image",
83+
src: "/images/sample-image.png",
84+
},
85+
tech: [
86+
"Node.js",
87+
"Express",
88+
"TypeScript",
89+
"MongoDB",
90+
"Zod",
91+
"Neverthrow",
92+
],
6493
links: {
65-
github: "#",
94+
github: "https://github.com/ReKylee/PickMi-Backend",
6695
},
6796
},
6897
{
@@ -81,6 +110,20 @@ export const projects: Project[] = [
81110
github: "https://github.com/ReKylee/InscryptionMultiplayerCollege",
82111
},
83112
},
113+
{
114+
id: "proj_gametracker",
115+
title: "Game Completion Tracking Website",
116+
extension: "build",
117+
date: "Mar 23 2025",
118+
description:
119+
"Designed and built, in a day, a responsive and sweet game completion tracker!",
120+
visual: {
121+
type: "image",
122+
src: "/GameTracker.gif",
123+
},
124+
tech: ["Node.js", "Express", "Javascript", "MySQL"],
125+
links: {},
126+
},
84127
{
85128
id: "proj_battleships",
86129
title: "Battleships In The Terminal",
@@ -97,7 +140,6 @@ export const projects: Project[] = [
97140
github: "https://github.com/ReKylee/BattleshipsHW",
98141
},
99142
},
100-
101143
{
102144
id: "proj_ultimate_charactercatalog",
103145
title: "Ultimate Character Catalog",
@@ -114,4 +156,19 @@ export const projects: Project[] = [
114156
github: "https://github.com/ReKylee/CatalogApp",
115157
},
116158
},
159+
{
160+
id: "proj_jujutsu_nvim",
161+
title: "Jujutsu NeoVim",
162+
extension: "build",
163+
date: "Jun 28 2025",
164+
description: "Jujutsu Version Control Integration for NeoVim",
165+
visual: {
166+
type: "image",
167+
src: "/jjnvim.gif",
168+
},
169+
tech: ["Lua"],
170+
links: {
171+
github: "https://github.com/ReKylee/jjui.nvim",
172+
},
173+
},
117174
];

static/GameTracker.gif

59.5 MB
Loading

static/jjnvim.gif

818 KB
Loading

0 commit comments

Comments
 (0)