Skip to content

Commit ddabe56

Browse files
committed
chore: update project end dates
1 parent 3b897bd commit ddabe56

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

src/data/projects.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"TypeScript"
1212
],
1313
"startDate": "Jul 2025",
14-
"endDate": "present",
14+
"endDate": "Nov 2025",
1515
"bulletPoints": ["Deployed my own portfolio website"],
1616
"summary": "I finally sat down and created my own personal website. Unfortunately I can't seem to find it anywhere. Where could it have gone? I feel like it's right under my nose...",
1717
"links": [
@@ -24,6 +24,35 @@
2424
"type": "GitHub"
2525
}
2626
]
27+
},
28+
{
29+
"name": "Rankle for NYT Games",
30+
"projectType": "project",
31+
"cv": true,
32+
"techStack": [
33+
"React",
34+
"Next.js",
35+
"TypeScript",
36+
"Tailwind CSS",
37+
"Firebase"
38+
],
39+
"startDate": "Jun 2024",
40+
"endDate": "Sep 2025",
41+
"bulletPoints": [
42+
"Deployed a web app to collect NYT game statistics (Wordle, Connections, etc) and return a weighted average grade.",
43+
"Features OAuth account authentication, responsive design and interactive UI/UX."
44+
],
45+
"summary": "Input your statistics for Wordle, Connections and other New York Times games, and receive a weighted average grade.\nA full-stack React application with authentication, responsive design and modern UI. It became completely redundant after the New York Times released their own leaderboards, but it was still an incredibly fun project.\nI'm aiming to wrap this project up by the end of 2025.",
46+
"links": [
47+
{
48+
"href": "https://rankle-rho.vercel.app/",
49+
"type": "Deployment"
50+
},
51+
{
52+
"href": "https://github.com/br-Chan/Rankle",
53+
"type": "GitHub"
54+
}
55+
]
2756
},
2857
{
2958
"name": "WDCC x SESA Hackathon 2025",
@@ -98,35 +127,6 @@
98127
}
99128
]
100129
},
101-
{
102-
"name": "Rankle for NYT Games",
103-
"projectType": "project",
104-
"cv": true,
105-
"techStack": [
106-
"React",
107-
"Next.js",
108-
"TypeScript",
109-
"Tailwind CSS",
110-
"Firebase"
111-
],
112-
"startDate": "Jun 2024",
113-
"endDate": "present",
114-
"bulletPoints": [
115-
"Deployed a web app to collect NYT game statistics (Wordle, Connections, etc) and return a weighted average grade.",
116-
"Features OAuth account authentication, responsive design and interactive UI/UX."
117-
],
118-
"summary": "Input your statistics for Wordle, Connections and other New York Times games, and receive a weighted average grade.\nA full-stack React application with authentication, responsive design and modern UI. It became completely redundant after the New York Times released their own leaderboards, but it was still an incredibly fun project.\nI'm aiming to wrap this project up by the end of 2025.",
119-
"links": [
120-
{
121-
"href": "https://rankle-rho.vercel.app/",
122-
"type": "Deployment"
123-
},
124-
{
125-
"href": "https://github.com/br-Chan/Rankle",
126-
"type": "GitHub"
127-
}
128-
]
129-
},
130130
{
131131
"name": "The Missing Dollar Mystery",
132132
"projectType": "project",

0 commit comments

Comments
 (0)