apps-fab / exercism-app

Mac and iPad app for exercism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism App

Mac and iPad app for exercism

Architecture

The current architecture is straightforward since most of the features built are very simple. It is however evolving with need.

  • SwiftUI:

    The app is primarily in SwiftUI. However, we borrowed some appkit components when SwiftUI was not sufficient.

  • MVVM:

    The app will essentially follow the MVVM pattern.

Architecture Diagram

Exercism

Getting Started

Running the project is fairly simple

  1. Let's start by cloning the repository
  2. Change the Development Team to a valid one to be able to run
  3. Let the packages resolve
  4. Then, Hit Build and Run the project

For additional information about the packages utilized in the app, please refer to the brief documentation."

About

Mac and iPad app for exercism

License:MIT License


Languages

Language:Swift 100.0%