https://github.com/amirdaliri/meditationdemo
https://github.com/amirdaliri/meditationdemo
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amirdaliri/meditationdemo
- Owner: AmirDaliri
- Created: 2021-03-27T10:23:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T18:26:52.000Z (about 4 years ago)
- Last Synced: 2025-02-13T14:41:28.098Z (3 months ago)
- Language: Swift
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.