Angular Movies | TV Shows is a web app that consumes The Movie DB API and shows popular movies and TV series.
See Installing for the steps needed to run it locally.
Github Pages: https://jancobh.github.io/Angular-Movies/
git clone https://github.com/JancoBH/Angular-Movies.git
cd Angular-Movies
npm install
npm startUpdate src/environments/environment.ts and src/environments/environment.prod.ts with your own theMovieDBApi value.
npm start
npm run build
npm run lint
npm run github
npm run explore- Angular 21.2.4
- Angular Material 21.2.2
- Zoneless change detection
- The app is configured to run without
zone.js. - The legacy Karma/Protractor test setup was removed from this project.
You can check the Angular deployment guide to learn how to deploy this project.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by JancoBH