Studio Ghibli Movie database in Swift
*Colours are shifted due to compression
This started as a way for me to do something in this quarantine time. I was watching Spirited away and My neighbor totoro when i was strucked with the idea of creating a simple app as a way to tell each movies and marked them as watched (since i am actually enjoying them!)
This app uses apple's latest iOS 13+ API (as a way for me to practice too) instead of the old methods in displaying collections. Feel free to submit a PR because contribution is always fun!
- Studio Ghibli movie complete database
- Cloud syncing (Cross platform under the same iCloud)
- Privacy first app, only you have access to your own data
- Gestured based
- Optimised for iOS, iPadOS, MacOS, 100% Swift.
- Add any movies to your watched bucket to mark them as watched
- Offline support (CoreData maybe?)
- Added people sections for each movies (Need to modified the original people datasource)
- Suggest... 😊
Clone this repo, build, and run!
The datasource for this project is based off of a modified API from ghibliapi