A simple Blackjack game built with SwiftUI and MVVM, showcasing responsive UI and clean architecture.
| Start | Finished |
|---|---|
![]() |
![]() |
- Interactive Gameplay: Classic Blackjack with realistic card handling.
- Modern UI: Smooth and responsive SwiftUI interface.
- Clean Architecture: Follows the MVVM pattern for maintainability.
- Simulated API: Uses JSON to emulate deck data.
- SwiftUI for UI and animations.
- MVVM for structured app logic.
- JSON for simulated data.
- Clone the repository:
git clone https://github.com/KarkiAdit/blackjack-iOS-app.git cd blackjack

