https://github.com/MarcGabarda/MedMinder
Marc — Data and Logic
Medicine.swift (data model + SwiftData) MedicineStore.swift (CRUD + persistence) NotificationManager.swift (all notification scheduling logic) AppSettings.swift (settings model + UserDefaults persistence) MedReminderApp.swift (app entry point + ModelContainer setup) MedMinder-Bridging-Header.h
Pravicksha — Views and UI
ContentView.swift (main screen layout) AddEditMedicineView.swift (form UI) AlarmView.swift (full-screen alarm UI) MedicineListView.swift (list + row UI) EmptyStateView.swift (empty state UI) SettingsView.swift (settings screen UI) UpToDateView.swift (up-to-date sheet UI)