Skip to content

AnganSamadder/wanikani-app

Repository files navigation

WaniKani iOS App - Three Prototypes

Setup

  1. Install XcodeGen:

    brew install xcodegen
  2. Generate Xcode project:

    xcodegen generate
  3. Open the project:

    open WaniKani.xcodeproj

Schemes

  • WaniKani-WebView: WebView-based prototype with userscript injection
  • WaniKani-Native: Fully native SwiftUI implementation
  • WaniKani-Hybrid: Mixed native + WebView approach

Select the scheme from Xcode's scheme selector to test each prototype.

Project Structure

  • WaniKani/ - iOS app source code
  • WaniKaniCore/ - Shared framework (networking, models, persistence)
  • WaniKaniTests/ - Unit tests
  • WaniKaniUITests/ - UI tests
  • docs/ - Documentation
  • Scripts/ - Build and automation scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages