Git Product home page Git Product logo

imdb-demo's Introduction

IMDb-demo

Development

  • Swift 4.2
  • XCode 10.2

Getting Started

To run this project for development or debugging purposes, please follow the instruction below. The app is written on Swift 4.2 on Xcode 10.2

Prerequisites

Make sure you have CocoaPods installed. You can install it by running this command on Terminal.

$ sudo gem install cocoapods

See Getting Started on CocoaPods for more informaiton.

Installation

  • Open Terminal and head over to your project directory. After that, run the following command to install pods:
$ pod install
  • Navigate to project directory and open workspace using IMDB.xcworkspace
  • Build and run the application on simulator or actual device running iOS 10.0 or later using Xcode 10.x

Features

  • Upcoming movies information.
  • Endless Scroll (Pagination based on themoviedb.org api data)
  • Movie details (e.g. Poster, Rating, Language, Release Date, Overview)

Technical Notes

Architecture

  • The architecture of this app is based on MVVM along with Factory and Coordinator.
  • Factory is used for modules construction.
  • Coordinator is used for navigation.
  • Closures are used for ViewModels to View bindings.

Code Structure

Code has been strucutred into two main categories, Sources and Resources:

  • Sources contain all code files, views, extensions, business logic, etc.
  • Resources contains Assets, Fonts, etc.

Code Coverage

  • Test cases for each module, logic and services are provided.
  • Code Coverage is upto 70%.

Third Party

  • Kingfisher (For downloading and caching images)
  • SVProgressHUD (For displaying loader)

Built With

Versioning

Version 1.0 For more information on versioning, see Semantic Versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

imdb-demo's People

Contributors

mabdulsubhan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.