Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.09 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.09 KB

Upcoming Movies Sample in Swift

Upcoming Movies is a sample ios app built using swift that displays the details of upcoming movies. The project consumes rest api provided by THE MOVIE DB.

Motivation

The project demonstrates the use of MVVM (Model-View-ViewModel) pattern for development of native iOS applications. We use MVVM a lot for developing native applications at CodeToArt. Following is the visual representation of application architecture.

MVVM

Screenshots

screen1 screen2 screen3

Getting Started

The project uses cocoapods to integrate external libraries. Thus, you will need cocoapods installed to run the project. Download/Clone the project, run 'pod install'. Open the .xcworkspace file, build & run.

Prerequisites

Built With

Versioning

For the versions available, see the tags on this repository.

Authors

  • Priyank Tiwari

License

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

Acknowledgments