Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.38 KB

movies-app-react-native

App created as a result of this React Native course.

Movies App logo

Overview

In Movies app you can check all your favorite movies and TV shows information.

Data source

All the data is being gathered by using the TheMovieDB API for developers (special thanks! 🎉).

Screens

  • Home / main view showing all movies and TV shows
  • Detail / show movie or TV show details
  • Search / find movies or TV shows by keyword in the whole database

3rd party libs

Some of the utilities included are:

  • react-native-video-controls: Video player used in the Details screen
  • react-native-image-slider-box: Used in the Home screen to show all upcoming movies in a carousel
  • react-native-star-rating-widget: Displays rating using stars

Screenshots

Mobile menu

Mobile menu

Home screen

Home 1

Home 2

Detail screen

Detail 1

Detail 2

Video player

Video player

Search screen

Search