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.