Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ import type { Project } from "../lib/projects";
export const categoryOrder = ["web apps", "flipper zero", "experiments"];

export const projects: Project[] = [
{
name: "Agora",
emoji: "🏛️",
icon: "https://endika.github.io/agora/favicon.ico",
desc: {
en: "Proposal board for a small group: one vote each, secret until quorum, threads that get resolved and the cost split between whoever is in. Abstaining counts. No login, offline-first.",
es: "Tablón de propuestas para un grupo: un voto por persona, secreto hasta el quórum, hilos que se resuelven y el gasto repartido entre quienes entran a pagar. El voto en blanco cuenta. Sin registro, offline-first.",
},
url: "https://endika.github.io/agora/",
type: "live",
tag: "PWA",
category: "web apps",
},
{
name: "Erregai",
emoji: "⛽",
Expand Down
Loading