Movie / TV Show App
A mobile app to browse movies and tv show implemented using TMDB API.
The users can search shows with keywords and genres and also can filter the shows with popularity, ratings and so on. This app also offers tab browsing and the detail page of each show. NativeBase is used for some UI components.
The Goal
The goal of creating this app is to enhance my skills in using React Native with a design library (NativeBase) and external API call.
The Challenges
The two most complex parts were routing with passing parameters from the previous page and enabling free keyword search. I thoroughly read the documentation for the TMDB API and successfully implemented smooth browsing.