Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apps-fab/exercism-app
Mac and iPad app for exercism
https://github.com/apps-fab/exercism-app
hacktoberfest
Last synced: 2 months ago
JSON representation
Mac and iPad app for exercism
- Host: GitHub
- URL: https://github.com/apps-fab/exercism-app
- Owner: apps-fab
- License: mit
- Created: 2022-06-30T15:08:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:27:19.000Z (3 months ago)
- Last Synced: 2024-10-17T00:34:02.136Z (3 months ago)
- Topics: hacktoberfest
- Language: Swift
- Homepage:
- Size: 2.84 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Exercism
README
# 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](https://user-images.githubusercontent.com/23118371/196192446-afc28329-f37e-4755-b50a-11cf314aa778.png)### 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 projectFor additional information about the packages utilized in the app, please refer to the [brief documentation](/doc/01-dependencies.md).
For information on how to contribute, please refer to the [contributing documentation](CONTRIBUTING.md)