https://github.com/cahyofendhi/cinemaswiftui
Build apps with SwiftUI and use MVVM pattern, complete with sample UI Tests and Unit Tests
https://github.com/cahyofendhi/cinemaswiftui
mvvm sample-app swiftui swiftui-components swiftui-example swiftui-learning ui-test unit-test
Last synced: 2 months ago
JSON representation
Build apps with SwiftUI and use MVVM pattern, complete with sample UI Tests and Unit Tests
- Host: GitHub
- URL: https://github.com/cahyofendhi/cinemaswiftui
- Owner: cahyofendhi
- Created: 2021-11-23T13:39:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T03:16:52.000Z (over 4 years ago)
- Last Synced: 2025-04-23T23:49:07.431Z (about 1 year ago)
- Topics: mvvm, sample-app, swiftui, swiftui-components, swiftui-example, swiftui-learning, ui-test, unit-test
- Language: Swift
- Homepage:
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CinemaSwiftUI
Sample project built with SwiftUI and use MVVM pattern, this application implements api from [themoviedb](http://themoviedb.org).

#### Requirement
```
- Xcode 12.5
```
## Getting Started
add api key themoviedb to `core/data/constant`, attribute `apiKey`
to run this project
```
sudo gem install cocoapods
Pod install
```
#### Libraries
* [Alamofire](https://cocoapods.org/pods/Alamofire)
* [Kingfisher](https://cocoapods.org/pods/kingfisher)
* [AlertToast](https://cocoapods.org/pods/AlertToast)
* [SwiftGen](https://github.com/SwiftGen/SwiftGen)