Skip to content

Commit a6e5da5

Browse files
committed
feat(projects): add Doinu to the landing
Offline piano-learning PWA (falling notes, learning path, songs, compose your own melody, MIDI or microphone). Live at endika.github.io/doinu/.
1 parent 11bd4d5 commit a6e5da5

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: "Doinu",
8+
emoji: "🎹",
9+
icon: "https://endika.github.io/doinu/favicon.svg",
10+
desc: {
11+
en: "Offline piano-learning PWA: falling-notes practice, a step-by-step path, scales & songs, and record your own melodies. Play by MIDI or microphone.",
12+
es: "PWA offline para aprender piano: práctica con notas que caen, un camino paso a paso, escalas y canciones, y graba tus propias melodías. Toca por MIDI o micrófono.",
13+
},
14+
url: "https://endika.github.io/doinu/",
15+
type: "live",
16+
tag: "PWA",
17+
category: "web apps",
18+
},
619
{
720
name: "Ekin",
821
emoji: "💪",

0 commit comments

Comments
 (0)