An open API service indexing awesome lists of open source software.

https://github.com/bartosz-ziolkowski/netflix_clone

Netflix clone
https://github.com/bartosz-ziolkowski/netflix_clone

angular css html scss tmdb-api typescript

Last synced: 3 months ago
JSON representation

Netflix clone

Awesome Lists containing this project

README

          

# Netflix Clone

## Overview
To practice Angular and external API communication, I implemented a clone of the popular streaming service Netflix. All data on the site is sourced from the public TMDB API. Movies and TV shows are categorized by genre, and users can read details about each movie by clicking on it. Additionally, there is a search feature that allows users to find movies by title.

## Screenshots
![alt text](https://res.cloudinary.com/dv7nhvy8e/image/upload/v1724601911/netflix/ohsjzlswbixnwkrlnqp6.png)
![alt text](https://res.cloudinary.com/dv7nhvy8e/image/upload/v1724601911/netflix/govqmwsbxipjuyyrdbsp.png)
![alt text](https://res.cloudinary.com/dv7nhvy8e/image/upload/v1724601911/netflix/wtymbimzqevbb3e4in5w.png)
![alt text](https://res.cloudinary.com/dv7nhvy8e/image/upload/v1724601911/netflix/s9xglngn9mhlbsrmhhwt.png)

## Technologies
### Frontend
- Angular
- HTML
- CSS + SCSS
### Tools and languages
- TypeScript
- The Movie Database (TMDB) API

## Live demo
[Click here to open the app](https://movies-dk.vercel.app/)