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

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

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)