Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.9 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.9 KB

Movie Swiper

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