Skip to content

azhavrid/movie-swiper

Folders and files

NameName
Last commit message
Last commit date
Feb 16, 2020
Jun 15, 2020
Jun 15, 2020
Jun 15, 2020
Jun 15, 2020
Feb 19, 2019
Feb 23, 2020
Feb 19, 2019
Feb 16, 2020
Nov 24, 2019
Feb 19, 2019
Feb 9, 2020
Jun 15, 2020
Feb 19, 2019
Aug 4, 2019
Oct 28, 2019
Feb 23, 2020
Aug 4, 2019
Jul 20, 2021
Aug 24, 2019
Feb 1, 2020
Jun 1, 2022

Repository files navigation

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

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