Mac and iPad app for exercism
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.
Running the project is fairly simple
- Let's start by cloning the repository
- Change the
Development Team
to a valid one to be able to run - Let the packages resolve
- 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