public/data/projects.ts

30 lines
1.2 KiB
TypeScript
Raw Normal View History

2022-08-09 19:13:22 -04:00
export const projects = [
{
name: "mandown",
href: "https://github.com/potatoeggy/mandown",
description: "I couldn't find one so I made one",
},
{ name: "noveldown", href: "https://github.com/potatoeggy/noveldown" },
{ name: "jeopardy", href: "https://github.com/potatoeggy/jeopardy" },
{ name: "Eifueo", href: "https://github.com/potatoeggy/eifueo" },
{ name: "Napbot", href: "https://github.com/potatoeggy/napbot" },
{ name: "Resketch", href: "https://github.com/anyuan-chen/resketch" },
2022-08-09 19:31:13 -04:00
{ name: "Perdiem", href: "https://github.com/anyuan-chen/perdiem" },
2022-08-09 19:13:22 -04:00
{
name: "RecipeReady",
href: "https://github.com/christopherlam888/recipe-ready-frontend",
},
2022-08-09 19:31:13 -04:00
{ name: "YTMusicDL", href: "https://github.com/potatoeggy/YTMusicDL" },
{ name: "emufeed", href: "https://github.com/potatoeggy/emufeed" },
2022-08-09 19:13:22 -04:00
{ name: "Flashnote", href: "https://github.com/potatoeggy/flashnote" },
{ name: "Rooster", href: "https://github.com/potatoeggy/rooster" },
{ name: "AutoFicFare", href: "https://github.com/potatoeggy/autoficfare" },
2022-08-09 19:31:13 -04:00
{
name: "public",
href: "https://github.com/potatoeggy/public",
description: "This website!",
},
2022-08-09 19:13:22 -04:00
];
2022-08-09 16:25:23 -04:00
export default projects;