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

ChoiysApple/Filmboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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