Skip to content

Repository files navigation

Word Definitions

iOS

Demo

Simulator Screen Recording1 - iPhone 15 Pro - 2024-07-14 at 05 45 09

Features

  • Search word definitions using Dictionary Api.
  • Using Moya for network requests.
  • Using Realm for local data caching.
  • UI implemented using SwiftUI.
  • Tested.

Structure

.
├── WordDefinitions #    iOS APP 
│   ├── App   
│   ├── Model   
│   ├── Coordinator   
│   ├── Scenes
│   │    ├── Search
│   │    │    │    ├── Coordniantor
│   │    │    │    ├── View Model
│   │    │    │    ├── View
│   │    │    │    ├── Service
│   │    │    │    ├── Repository
│   │    ├── Definition Details
│   │    │    │    ├── Coordniantor
│   │    │    │    ├── View Model
│   │    │    │    ├── View
│   ├── Networking
│   ├── Storage
│   ├── Extensions
├── WordDefinitionsTests  # Unit Tests
│   │    ├── SearchViewModelTests
│   │    ├── EntriesRepositoryTests
│   │    ├── EntryServiceTests
│   │    ├── Helpers   

Architecture

The project is designed with the MVVM-C Architectural design pattern. The Coordinator is used for injecting dependency and manage routing.

About

SwiftUI dictionary app with offline caching. MVVM-C, Moya, Realm, unit tested

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages