Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 741 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 741 Bytes

GiphySearch

An single-screen app that implements a paginating UITableView displaying GIFs retrieved from Giphy's public API.

The app shows a list of the top trending GIFs by default, and has an option to search for anything you please. The app is built using the MVVM architecture, facilitated by RxSwift and Moya. It uses Kingfisher for image caching and performant GIF displaying.

Installation Instructions

Run the following commands to download the repository and open the project in Xcode.

git clone [email protected]:Killectro/GiphySearch.git
cd GiphySearch/GiphySearch
pod install
open GiphySearch.xcworkspace