ReduxMovieDB icon indicating copy to clipboard operation
ReduxMovieDB copied to clipboard

🎥 See the upcoming movies! ReSwift + RxSwift 💖 Hacktoberfest 🎃

Results 26 ReduxMovieDB issues
Sort by recently updated
recently updated
newest added

Spacing on right side: Spacing on both sides (in landscape):

🐞 bug
hacktoberfest

I plan on releasing this to the app store at some point (maybe after October, when we have a few useful features), so it would be nice to have a...

🎉 feature
hacktoberfest

Allow user to favorite a movie (local persistence only)

🎉 feature
hacktoberfest

Share Extension

🎉 feature
hacktoberfest

Implemented spread operator using Sourcery. See [blog post](http://cardo.so/swift/sourcery/2018/02/17/spread-operator-swift.html) about it. Example: ```swift case .hideMovieDetail: return MainState( ...state, movieDetail: .hide ) ```

👨‍🔬 experiment