A frontend client showing movies, tv shows and actors from The Movie Database (TMDb) API. The project was built with Angular and PrimeNG.
Deployed at https://dtoro97.github.io/tmdb-client/.
Built as a side project.
- Get a free API key from TMDB site.
- Enter your bearer token into the
environment.tsfile
# to install dependencies
npm install
# to serve at localhost:4200
ng serve