azhavrid / movie-swiper

React Native client for TMDb 🎬 https://www.themoviedb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Swiper

Unofficial client for TMDb created with React Native

πŸš€ Version 2.0

  • React native 0.60+
  • All business logic in redux
  • Typescript support
  • Eslint integration
  • Performance optimization

Screen Showcase

Movie Swiper screen showcase

Gif Preview

Browse tab gif preview Explore tab gif preview

Getting Started

  1. Set up React Native. Choose tab Building Projects with Native Code
  2. cd into this project directory
  3. pod install in ios directory
  4. npm install or yarn install
  5. Run react-native run-android or react-native run-ios

Functionality

App uses TMDb api to fetch movies. API doesn't support recommendation for account therefore Explore tab shows the list of currently popular movies on TMDb and locally stores seen movies. Explore tab has offline queue ensuring that movies which are swiped without an internet connection will be processed when the connection is back online. Note that app does not support people information: actors, directors, etc.

Made with help of

License

MIT

About

React Native client for TMDb 🎬 https://www.themoviedb.org

License:MIT License


Languages

Language:TypeScript 96.2%Language:Java 1.4%Language:Ruby 1.1%Language:Objective-C 0.9%Language:Starlark 0.2%Language:JavaScript 0.1%