Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1004 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1004 Bytes

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.

For information on how to contribute, please refer to the contributing documentation