miko-engr / TMDb-RN-Client

Unofficial client for TMDb created with React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMDb RN Client

React version React Native version License

Unofficial client for TMDb created with React Native. Developed as a training project.

App Preview

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. npm install or yarn install
  4. 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

Unofficial client for TMDb created with React Native

License:MIT License


Languages

Language:JavaScript 94.9%Language:Objective-C 2.5%Language:Java 1.5%Language:Python 1.1%