Hi, this is my first ever swift app. After finishing the udemy course https://www.udemy.com/ios11-app-development-bootcamp , i decided that, the best way to learn is to create something "real". So after searching the web i came arround with the idea to create a app like the www.imdb.com.
You can search for movie/series and view their info but also you can save your personal favorite movie/serie.
In order to get the movie info i used the API form The Movie DB https://www.themoviedb.org/documentation/api
This project is using the following cocoapoads:
- Alamofire https://github.com/Alamofire/Alamofire
- SwiftyJSON https://github.com/SwiftyJSON/SwiftyJSON
- SDWebImage https://github.com/SDWebImage/SDWebImage
- SVProgressHUD https://github.com/SVProgressHUD/SVProgressHUD
- Cosmos https://github.com/evgenyneu/Cosmos
- ChameleonFramework/Swift https://github.com/viccalexander/Chameleon
- RealmSwift https://realm.io/docs/swift/latest/#installation
NOTE: Feel free to use or modify this project.
Movie Page | Series Page |
---|---|
Search Page | Watch List - Movie | Watch List - Series |
---|---|---|
Movie Detail 1 | Series Page |
---|---|
sMovie is published under the MIT license. See LICENSE for more information.