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
- Host: GitHub
- URL: https://github.com/bartosz-ziolkowski/netflix_clone
- Owner: bartosz-ziolkowski
- Created: 2024-08-11T06:00:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:47:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:27:14.751Z (over 1 year ago)
- Topics: angular, css, html, scss, tmdb-api, typescript
- Language: TypeScript
- Homepage: https://movies-dk.vercel.app/
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




## 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/)