CineMovie is an iOS app to list and show details of movies around the world.
You can navigate between Top Rated, Popular or Search movies.
All the information and data used in this project came from the TMDB API.
- List Top Rated & Popular movies
- Search movie by name
- Movie details (genres, rating, overview, duration, year of release, etc.)
- 100% programmatically UI (ViewCode)
- Model-View-ViewModel-Coordinator pattern (MVVM-C)
- CI/CD automated integration (build, test and lint)
- Dark Mode
- Pagination using Infinite Scroll
- Error handling
- Image caching
- Clone or download this repository.
- This project uses SwifLint for enforcing Swift style and conventions, so you'll need to install it.
- Open
.xcodeproj
file using Xcode. - Open
TMDB-Auth-Info.plist
file in the target root directory. - On the
TMDB_API_KEY
value field, paste your own (v4 auth) secret key generated by TMDB API. - Hit
Command (⌘) + R
and enjoy.
- Localization Strings to support more regions and languages
- Create Upcoming and Now Playing menus
- Create cast, director, crew and trailers section
- Add new feature to show trailers from YouTube using WKWebView
- List and manage favorite movies using local storage
- Add snapshot tests to UI components
- Upgrade project to use Reactive Programming
If you have any improvement or feedback, feel free to open an issue or submit a pull request.
Renan Consalter
iOS Engineer