No description
- JavaScript 68.7%
- CSS 27.9%
- HTML 1.5%
- Just 1.1%
- Dockerfile 0.8%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Dockerfile | ||
| index.html | ||
| Justfile | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
Музинотки 🎶
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
- React 18 + Vite
soundfont-playerfor audio playback- CSS Modules
Development
npm install
npm run dev
Build for production:
npm run build
npm run preview