Tv title is an app built with React Native that allows you to look at the names of the episodes of your favorite tv shows.
-
Run
git clone https://github.com/briankabiro/Tv-Title.git
-
cd into
Tv Title
and runyarn install
to install the dependencies -
The app needs an API key to run and one can get that by following the steps at:
https://developers.themoviedb.org/3/getting-started/introduction
-
Once you have the API key, paste it into
utils/api.js
so that it looks like this:export const TMDB_API_KEY = '<Your_API_KEY_here>';
-
Run
react-native start
to start the packager -
Once the packager is up and running: run
react-native run-ios
/react-native run-android
depending on the platform you have setup. 😄
- Add random list of movies on home screen
- Load first season by default when a season is selected
- Check whether searching on keypress is better than searching when button is clicked
- Position text in the search bar
- Change
Episode Title
text to something better