Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.32 KB

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