Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicStartsHere

An iOS app for memorizing staff notation and practicing music reading through lightweight drills and instant feedback.

Published on the App Store as Sonder 五线谱.

App Store

MusicStartsHere launch screen

What It Does

  • Memorize note positions on the staff with focused treble and bass clef drills
  • Browse note cards and review visual patterns before jumping into practice
  • Train with quick multiple-choice exercises and immediate right/wrong feedback
  • Keep progress lightweight and repeatable so practice feels easy to return to

Screenshots

Grid view for note memorization Quiz view with instant feedback

Built With

  • SwiftUI
  • AVAudioEngine
  • UserDefaults

Run Locally

  1. Open MusicStartsHere.xcodeproj in Xcode.
  2. Choose a simulator or device.
  3. Build and run with Cmd+R.

Requirements

  • Xcode 15+
  • iOS 17+

Project Structure

MusicStartsHere/
├── MusicStartsHereApp.swift
├── ContentView.swift
├── Models/
├── Services/
├── Components/
└── Views/