Skip to content

Commit 7c769cd

Browse files
committed
feat(projects): add Erregai to the project list
1 parent a95f2e5 commit 7c769cd

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: "Erregai",
8+
emoji: "⛽",
9+
icon: "https://endika.github.io/erregai/favicon.svg",
10+
desc: {
11+
en: "Offline PWA that finds the nearest Spanish fuel stations with live prices — cheapest-first, colour-cued, on a list and map. Trip mode follows your route and alerts you to the cheapest station ahead. 6 languages.",
12+
es: "PWA offline que encuentra las gasolineras más cercanas de España con precios reales — de más barata a más cara, con colores, en lista y mapa. El modo viaje sigue tu ruta y te avisa de la más barata por delante. 6 idiomas.",
13+
},
14+
url: "https://endika.github.io/erregai/",
15+
type: "live",
16+
tag: "PWA",
17+
category: "web apps",
18+
},
619
{
720
name: "Gurpil",
821
emoji: "🛞",

0 commit comments

Comments
 (0)