A modern Digital Wallet iOS application built using SwiftUI with a focus on scalability, clean architecture, and real-world fintech use cases.
- π³ Wallet Dashboard (Balance overview)
- πΈ Send & Receive Money
- β Add Money / Top-up
- π Transaction History
- π Transaction Details
- π€ Profile & Settings
- Swift 5
- SwiftUI
- MVVM Architecture
- Combine / Async-Await
- REST API Integration
- CoreData / Local Storage
This project follows a Clean MVVM Architecture:
- View β SwiftUI UI components
- ViewModel β Business logic & state management
- Model β Data structures
- Services β API & data layer