mirror of https://github.com/mkrhere/pw2
Muthu Kumar
7 months ago
3 changed files with 62 additions and 65 deletions
@ -0,0 +1,54 @@ |
|||
export const projects = [ |
|||
{ |
|||
title: window.location.hostname, |
|||
description: "This website.", |
|||
url: "https://github.com/MKRhere/pw2", |
|||
cat: "web", |
|||
tags: ["react", "vite"], |
|||
}, |
|||
{ |
|||
title: "hyperactive", |
|||
description: "Suite of web-app development libraries.", |
|||
url: "https://github.com/codefeathers/hyperactive", |
|||
cat: "lib", |
|||
tags: ["reactive", "ui-framework"], |
|||
}, |
|||
{ |
|||
title: "denoland/node_shims", |
|||
description: |
|||
"Node shims for Deno’s runtime API. Contributed repo into official denoland.", |
|||
url: "https://github.com/denoland/node_shims", |
|||
cat: "lib", |
|||
tags: ["deno", "shims"], |
|||
}, |
|||
{ |
|||
title: "Telegraf", |
|||
description: |
|||
"Active maintainer of one of the most popular Telegram Bot API libraries for Node.", |
|||
url: "https://github.com/telegraf/telegraf", |
|||
cat: "lib", |
|||
tags: ["typescript", "telegram", "bot-api"], |
|||
}, |
|||
{ |
|||
title: "runtype", |
|||
description: "Safely bring runtime values into TypeScript.", |
|||
url: "https://codefeathers.github.io/runtype", |
|||
cat: "lib", |
|||
tags: ["typescript", "runtime"], |
|||
}, |
|||
{ |
|||
title: "Telecraft", |
|||
description: "Pluggable Minecraft server administration toolkit.", |
|||
url: "https://github.com/MadrasMC/telecraft", |
|||
cat: "tool", |
|||
tags: ["minecraft", "node"], |
|||
}, |
|||
{ |
|||
title: "Storymap (WIP)", |
|||
description: |
|||
"Reverse-engineered thirdparty map renderer for Vintage Story in Zig ⚡️", |
|||
// url: "https://github.com/MadrasMC/storymap",
|
|||
cat: "tool", |
|||
tags: ["vintage-story", "zig", "wip"], |
|||
}, |
|||
]; |
Loading…
Reference in new issue