This repo contains a simple application built with Ionic 4 framework using Angular 7. It's a simple app for android and ios for managing watchlists and collections of movies and tv shows.
npm install
ionic serve
Note: this application is optimized for mobile devices only, so use developer tools->mobile device when testing this application on your browser. When you have your API key, just add it on the file src/app/common/providers/base.service.ts
ionic cordova build android --prod --release
ionic cordova ios android --prod --release
https://play.google.com/store/apps/details?id=tv.film.shows.manager.CoveredEe
This application use the TMDB public API. You can get a free API key just by registering on their platform.
https://www.themoviedb.org/?language=en-US
This project is licensed under the MIT License - see the LICENSE.md file for details