ChoiysApple / Filmboard

Movie App with MVVM, RxSwift, SnapKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this was image

Filmboard

Movie App with MVVM, RxSwift, SnapKit

this was image this was image this was image


Getting started

Because of Security reason, Keys.swift is not included

  1. Get API Key from The Movie DB API
  2. Create Keys.swift in Domain Folder: /MovieApp/Domain/Service/Keys.swift.
  3. Copy this code and put your APIKey:
let APIKey = "your key here"

Design

Inspired by Movie Streaming App(figma community) and iTunes Store

API

Requirements

  • iOS 15.0+
  • Swift 5
  • Cocoapods

Libraries

  • SnapKit
  • Then
  • RxSwift
  • RxCocoa
  • RxDataSources
  • Cosmos

About

Movie App with MVVM, RxSwift, SnapKit

License:MIT License


Languages

Language:Swift 99.5%Language:Ruby 0.5%