This is a responsive example app developed using Ionic 3 that calls the movie database API. It allow user to search for any movie.
If you would like to download the code and try it for yourself:
*please, notive that you might have ionic installed already
- Clone the repo: https://github.com/vitorsilvalima/ionic-tmdb.git
- cd ionic-tmdb
- Install packages: npm install
- Build project and launch: ionic serve
- Open your browser at: http://localhost:8100
- ionic run cordova android