Angular Movies | TV Shows is a simple web app that consumes The Movie DB API, it can show you interesting data about popular movies and series - still working on it.
See Installing for steps to make it work in your local environment.
✔ Github Pages: https://jancobh.github.io/Angular-Movies/ (new with Angular 14 + improvements + still working on it).
❌ Firebase hosting: https://angular-movies-c91ba.firebaseapp.com/ (old with Angular 8 and a lot of unnecessary code with bugs).
- Node JS - You need it to use npm
- Angular CLI - Command-line interface tool needed to manage Angular applications
- The Movie DB API - Click the link to get your own API
git clone https://github.com/JancoBH/Angular-Movies.git
cd Angular-Movies
npm install
ng serve and enjoy it
Go to Angular-Movies\src\environments and change environments.ts
and environments.prod.ts
theMovieDBApi object prop with your own The Movie DB API Key.
- Angular 15.0.4 - The Web Framework used
- Angular Material 15.0.3 - The UI Component Library
You can check 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