Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnabink/nepflix-ios
Simple IOS movies and shows streaming app
https://github.com/iamnabink/nepflix-ios
Last synced: 15 days ago
JSON representation
Simple IOS movies and shows streaming app
- Host: GitHub
- URL: https://github.com/iamnabink/nepflix-ios
- Owner: iamnabink
- Created: 2024-02-07T09:58:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:08:19.000Z (11 months ago)
- Last Synced: 2024-12-13T01:14:58.677Z (15 days ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDB-SwiftUI
Open Source IOS movie streaming app on IOSIMDB-SwiftUI is an application that uses the IMDB API and is built with SwiftUI.
## Architecture
I designed according to TDD and MVC.
## SwiftUI
IMDB-SwiftUI is in pure Swift UI, the goal is to see how far SwiftUI can go in its current implementation without using anything from UIKit (basically no UIView/UIViewController representable).
It'll evolve with SwiftUI, every time Apple edits existing or adds new features to the framework.
## Platforms
Currently IMDB-SwiftUI runs on iPhone, iPad, and macOS.