This is a remake of my previous repository, you find more details about the idea behind the app in the README.md of said repository. Made with Angular 12 and TypeScript, uses themoviedb.org API for movie data. Basic FireBase implementation.
- The app takes the data from the themoviedb.org API: you must sign up on their website and get your own API key and set it as the value of the "tmdbAPIkey" variable in /lib/movie-list.dart.
- You need to set up your FireBase accont and link it to your Angular project through the google-services.json file provided by Google.
- Tested on android (Chrome + Firefox), Windows and Linux (Chrome + Firefox) and iPad (Safari)