A Netflix clone made with Angular, in TypeScript, and The Movie Database (TMDB) API.
Visit Website »
Report Bug
·
Request Feature
Table of Contents
This project was generated with Angular CLI.
A Netflix clone made with Angular, in TypeScript. It uses The Movie Database (TMDB) API to get popular Movies and TV Shows and display their details.
Install Node.js which includes Node Package Manager
Install the Angular CLI globally:
npm install -g @angular/cli
- Clone the project to your local machine
git clone https://github.com/stantanasi/netflix-angular.git
cd netflix-angular
- Install the packages required
npm install
Run development server
ng serve --open
Navigate to http://localhost:4200
. The app will automatically reload if you change any of the source files.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a pull request
This project is licensed under the Apache-2.0
License - see the LICENSE file for details
© 2021 Lory-Stan TANASI. All rights reserved