Skip to content

ramysabryali/IMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDP Movies App

A simple UIKit app displays latest movies using TheMoviesDB API

Demo1.mov

Consist Of

  • Login Screen
  • Movies List Screen

Tech Stack

  • UIKit
  • RXSwift/RXCocoa
  • Architectural pattern (MVVM)
  • Clean Architecture
  • Design Patterns (Coordinator - Repository)

Used Pods

  • SwiftLint for code style
  • SDWebImage for image caching
  • RxSwift

Requirements

  • iOS 13.1 or later.
  • Xcode 13.0 or later.

Installation

Dependencies in this project are provided via Cocoapods. Please install all dependecies with

pod install

if you are using Macbook M1, maybe you will face an error while executing the previous command, so you can try the following commands

sudo arch -x86_64 gem install ffi
arch -x86_64 pod install

Authors

About

Movies API Task with UIKit and RXSwift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors