Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferdinand1995/moviesdb
A simple iOS application with the possibility of searching through movies.
https://github.com/ferdinand1995/moviesdb
Last synced: 8 days ago
JSON representation
A simple iOS application with the possibility of searching through movies.
- Host: GitHub
- URL: https://github.com/ferdinand1995/moviesdb
- Owner: ferdinand1995
- Created: 2022-11-20T10:02:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T10:10:09.000Z (about 2 years ago)
- Last Synced: 2024-11-08T22:39:55.396Z (2 months ago)
- Language: Swift
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoviesDB
## Introduction
A simple iOS application with the possibility of searching through movies.
This project built and exposes the dependent rest endpoints to web application of OMDb API.## Feature
- Search title of Movies.
- Pagination Scroll
- Movie details (e.g. Poster, Genre, Title, Release Date, Plot)### Architecture
- The architecture of this app is based on VIPER along with basic approach of Single Responsibility Principle.
- [VIPER Reference](https://cheesecakelabs.com/blog/ios-project-architecture-using-viper/)## Built With
* [CocoaPods](https://cocoapods.org/) - Dependency Management