Skip to content

Commit fde3aff

Browse files
committed
feat(projects): add Agora
1 parent 0c03244 commit fde3aff

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/data/projects.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ import type { Project } from "../lib/projects";
33
export const categoryOrder = ["web apps", "flipper zero", "experiments"];
44

55
export const projects: Project[] = [
6+
{
7+
name: "Agora",
8+
emoji: "🏛️",
9+
icon: "https://endika.github.io/agora/favicon.ico",
10+
desc: {
11+
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.",
12+
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.",
13+
},
14+
url: "https://endika.github.io/agora/",
15+
type: "live",
16+
tag: "PWA",
17+
category: "web apps",
18+
},
619
{
720
name: "Erregai",
821
emoji: "⛽",

0 commit comments

Comments
 (0)