WordVault is a SwiftUI dictionary application created following the principles outlined in Robert C. Martin's "Clean Code". This project serves as a hands-on exercise to understand and apply the theory of writing clean, readable, and maintainable code.
In these application used Free Dictionary API
- iOS 15.0+
- Xcode 14.0+
- Swift 5.7+
WordVault/
├── Assets.xcassets # Application resources (icons, colors, etc.)
├── Preview Content # Resources for previews
│ └── Preview Assets.xcassets
└── Source # Source code
├── Controllers # Controllers (managing data and business logic)
├── Models # Data models
├── Screens # Main app screens
├── Services # API handling and network requests
├── Types # Additional types and structures
└── Views # UI components
- RizaMamedow riza.mamedow22@gmail.com - is author of this application
This project is licensed under the MIT License. See the LICENSE.md file for details.