https://github.com/jancobh/angular-movies
Angular Movies | TV Shows is a simple web app built with The Movie DB API + Angular 18 + Material 3 Angular and Zoneless.
https://github.com/jancobh/angular-movies
angular angular-17 angular-18 angular-cli angular-material angular-movies angular17 angular18 angular2 esbuild material-design movie moviedb-api movies series tv-series tv-shows
Last synced: 10 days ago
JSON representation
Angular Movies | TV Shows is a simple web app built with The Movie DB API + Angular 18 + Material 3 Angular and Zoneless.
- Host: GitHub
- URL: https://github.com/jancobh/angular-movies
- Owner: JancoBH
- License: mit
- Created: 2017-03-26T07:57:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T20:35:22.000Z (10 months ago)
- Last Synced: 2025-05-08T23:44:59.307Z (10 days ago)
- Topics: angular, angular-17, angular-18, angular-cli, angular-material, angular-movies, angular17, angular18, angular2, esbuild, material-design, movie, moviedb-api, movies, series, tv-series, tv-shows
- Language: TypeScript
- Homepage: https://jancobh.github.io/Angular-Movies/
- Size: 8.19 MB
- Stars: 131
- Watchers: 4
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Movies | TV Shows
## 🚀 Getting Started
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.
See **Installing** for steps to make it work in your local environment.
## 💻 Live Demo✔ Github Pages: https://jancobh.github.io/Angular-Movies/
## 📋 Prerequisites
* 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## 🔧 Installing
```bash
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.## 🛠️ Built With
* Angular 18.1.2 - The Web Framework used
* Angular Material 18.1.2 - The UI Component Library## 📦 Deployment
You can check Angular Deployment guide to learn how to deploy this project.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
🧑💻 Developed by [JancoBH](https://github.com/JancoBH)