A Netflix-Clone app built using MVVM pattern, UIKit, and CoreData. This project was created as a learning exercise to understand the fundamentals of iOS development.
- List the key features of your app here, for example:
- Browse and stream movies and TV shows
- Save favorite movies and shows
- Search functionality
- MVVM Pattern
- UIKit
- CoreData
- List any software or tools that need to be installed before setting up the project, for example:
- Xcode 12.0+
- Cocoapods
- Clone the repository.
git clone https://github.com/Okariuss/Swift-Netflix.git
- Open the project in Xcode.
- Install dependencies using Cocoapods.
pod install
- Build and run the project in the Xcode simulator or on a physical device.
Happy coding! 🚀