This project was generated with Angular CLI version 11.2.0.
Angular project that allows user to login into TheMovieDB account and get movie or TV show details eather from search or from list of popular movies on home page.
- Usage of TheMovieDB api(v3)
- Authentification to TheMovieDB with the usage of request token
- Home page popular movies with infinite scroll
- Movie and TV show info pages with images, description, rating and cast list
- TheMovieDB movies and TV shows search
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.