No description
  • JavaScript 68.7%
  • CSS 27.9%
  • HTML 1.5%
  • Just 1.1%
  • Dockerfile 0.8%
Find a file
Borislav Pantaleev dfd2923833 Fix nginx regex and just variable syntax
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 16:42:03 +02:00
src Add project source files 2026-03-24 15:45:38 +02:00
.gitignore Add project source files 2026-03-24 15:45:38 +02:00
Dockerfile Add Cloud Run deployment setup 2026-03-24 16:13:32 +02:00
index.html Add project source files 2026-03-24 15:45:38 +02:00
Justfile Fix nginx regex and just variable syntax 2026-03-24 16:42:03 +02:00
nginx.conf Fix nginx regex and just variable syntax 2026-03-24 16:42:03 +02:00
package-lock.json Add project source files 2026-03-24 15:45:38 +02:00
package.json Add project source files 2026-03-24 15:45:38 +02:00
README.md Add README 2026-03-24 15:41:59 +02:00
vite.config.js Add project source files 2026-03-24 15:45:38 +02:00

Музинотки 🎶

A music note reading quiz app for children learning violin or harp. The UI is in Bulgarian.

What it does

Pick an instrument, then identify notes shown on a musical staff by tapping the correct solfège name (До · Ре · Ми · Фа · Сол · Ла · Си). The app plays the note sound after each answer and tracks your score, streak, and accuracy.

Violin mode — 4 open strings (G3, D4, A4, E5) on treble clef Harp mode — full diatonic range До³–До⁵ across both treble and bass clef (middle C appears on both)

A built-in cheat sheet (? button) shows all note positions on the staff for reference.

Tech stack

Development

npm install
npm run dev

Build for production:

npm run build
npm run preview