Skip to content

Commit e1612fc

Browse files
committed
Add URL Redirector 2 to projects list
1 parent 620c176 commit e1612fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/resume-data.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ export const RESUME_DATA = {
154154
href: "https://github.com/bugron/pr-visualizer/",
155155
},
156156
},
157+
{
158+
title: "URL Redirector 2",
159+
techStack: ["Personal Project", "Preact", "TypeScript", "Vite", "Chrome extension"],
160+
description:
161+
"A Chrome extension for local or remote URL redirection.",
162+
link: {
163+
label: "github.com",
164+
href: "https://github.com/bugron/url-redirector-2/",
165+
},
166+
},
157167
{
158168
title: "@bugron/validate-dependabot-yaml",
159169
techStack: ["Personal Project", "TypeScrpit", "Node.js", "CLI"],

0 commit comments

Comments
 (0)