update project list

This commit is contained in:
juancwu 2026-01-07 10:48:50 -05:00
commit a431a580e1

View file

@ -23,48 +23,14 @@ func GetPageData() Page {
return Page{ return Page{
Projects: []Project{ Projects: []Project{
{ {
Name: "Hermes", Name: "Budgit",
URL: "", URL: "",
Description: "The user-friendly terminal API client for those who are in love and addicted to do everything on the terminal.", Description: "Simple expense tracker with real-time grocery list.",
Repo: "https://github.com/juancwu/hermes", Repo: "https://git.juancwu.dev/juancwu/budgit",
Classes: "border-orange-400", Classes: "border-blue-300",
TechList: []Tech{ TechList: []Tech{
{TechName: "Rust", TechURL: "https://www.rust-lang.org/", TechClasses: ""}, {TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
{TechName: "Ratatui", TechURL: "https://ratatui.rs/", TechClasses: ""}, {TechName: "PostgreSQL", TechURL: "https://postgresql.org", TechClasses: ""},
},
},
{
Name: "Konbini",
URL: "",
Description: "A \"convenient store\" with API services to manage projects' secrets or environment variables with the ability to separate the variables into their own environment.",
Repo: "https://github.com/juancwu/konbini",
Classes: "border-sky-500",
TechList: []Tech{
{TechName: "Golang", TechURL: "https://go.dev/", TechClasses: "transition bg-zinc-950 text-zinc-100"},
{TechName: "Echo", TechURL: "https://echo.labstack.com/", TechClasses: "bg-zinc-950 text-zinc-100"},
{TechName: "PostgreSQL", TechURL: "https://www.postgresql.org/", TechClasses: "bg-zinc-950 text-zinc-100"},
},
},
{
Name: "EmojiScript",
URL: "https://emojiscript.juancwu.dev/",
Description: "A silly project started for a brain rot hackathon host by Audrey Chen. Please give it a shot if you are interested!",
Repo: "https://github.com/KonferCA/EmojiScript",
Classes: "border-green-400",
TechList: []Tech{
{TechName: "Typescript", TechURL: "https://www.typescriptlang.org/", TechClasses: ""},
{TechName: "Devpost", TechURL: "https://brainrot-jia-seed-hackathon.devpost.com/", TechClasses: ""},
},
},
{
Name: "Konfer Website",
URL: "https://konfer.ca",
Description: "The official landing site for Konfer Inc.",
Repo: "https://github.com/KonferCA/Konfer.ca",
Classes: "border-indigo-300",
TechList: []Tech{
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
{TechName: "TailwindCSS", TechURL: "https://tailwindcss.com/", TechClasses: ""}, {TechName: "TailwindCSS", TechURL: "https://tailwindcss.com/", TechClasses: ""},
}, },
}, },
@ -80,6 +46,18 @@ func GetPageData() Page {
{TechName: "TailwindCSS", TechURL: "https://tailwindcss.com/", TechClasses: ""}, {TechName: "TailwindCSS", TechURL: "https://tailwindcss.com/", TechClasses: ""},
}, },
}, },
{
Name: "Konfer Website",
URL: "https://konfer.ca",
Description: "The official landing site for Konfer Inc.",
Repo: "https://github.com/KonferCA/Konfer.ca",
Classes: "border-indigo-300",
TechList: []Tech{
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
{TechName: "TailwindCSS", TechURL: "https://tailwindcss.com/", TechClasses: ""},
},
},
{ {
Name: "LCS Website", Name: "LCS Website",
URL: "https://lauriercs.ca", URL: "https://lauriercs.ca",
@ -104,16 +82,6 @@ func GetPageData() Page {
{TechName: "Turso", TechURL: "https://turso.tech/", TechClasses: "transition bg-zinc-950 text-zinc-100 hover:bg-teal-600"}, {TechName: "Turso", TechURL: "https://turso.tech/", TechClasses: "transition bg-zinc-950 text-zinc-100 hover:bg-teal-600"},
}, },
}, },
{
Name: "Hachi-Bitto",
URL: "",
Description: "A general proramming language created just to satify YAPL, which stands for \"yet another programming language\".",
Repo: "https://github.com/juancwu/hachi-bitto",
Classes: "border-emerald-500",
TechList: []Tech{
{TechName: "Golang", TechURL: "https://go.dev/", TechClasses: "bg-zinc-950 text-zinc-100"},
},
},
{ {
Name: "This Site", Name: "This Site",
URL: "https://juancwu.dev", URL: "https://juancwu.dev",