An open API service indexing awesome lists of open source software.

https://github.com/amirdaliri/meditationdemo


https://github.com/amirdaliri/meditationdemo

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# MeditationDemo

### Installation
Run the following command to clone.

```bash
$ git clone https://github.com/AmirDaliri/MeditationDemo.git
$ cd MeditationDemo
$ open -a Xcode MeditationDemo.xcodeproj
```

## Tech Detail & Architectural Detail
- Swift Package Manager
- MVVM Design Pattern
- URLSession Network Layer
- Unit Testing
- Swift Codable to implement Data models
- XIB and @IBOutlet to implement UI
- Encoding and data model test in Unit Testing Target
- Functional Parametric Comments.
- Atomic commits and git flow to clear changes.