This repository is a lightweight starter for an AffirmationCard SwiftUI iOS app.
AffirmationCard/App: app entry pointAffirmationCard/Core: shared styling and componentsAffirmationCard/Features: feature-first screen codeAffirmationCard/Models: simple domain modelsAffirmationCard/Resources: asset catalog placeholdersAffirmationCardTests: starter test target files
- Open Xcode and create a new iOS App project named
AffirmationCard. - Replace the generated source groups with the files in this directory, or drag this folder into the project navigator.
- Keep the asset catalog folder structure so Xcode can recognize it correctly.
- This workspace does not currently have full Xcode selected, so the project was scaffolded as a source base rather than a validated
.xcodeproj. - The code targets a standard SwiftUI app structure and is meant to be a clean starting point for screens, state, and shared UI.