Netflix Clone

screenshot of Netflix Clone
nextjs
react
tanstack
vite
scss

Aplicação UI Clone, contendo opção de listagem de filmes/séries, detalhes, videos (via YouTube) e busca de resultados.

Overview

If you’re a movie lover looking for a way to enjoy your favorite films and series in one place, this streaming clone project inspired by Netflix might pique your interest. Built using the TMDB API, this application provides an impressive portfolio of features that aim to enhance your viewing experience. From original content to personalized recommendations, this platform offers a seamless way to explore and enjoy cinematic storytelling.

This project showcases not just a user-friendly interface but also leverages modern web technologies, making it an intriguing option for those who appreciate both movie-watching and technical innovation. Whether you're seeking a romantic film or an action-packed adventure, this streaming clone categorizes content effectively to cater to diverse tastes.

Features

  • Filmes Destaque: Enjoy a selection of highlighted films that showcase the best content available on the platform.
  • Filmes Originais Netflix: Access a dedicated category featuring original Netflix productions, giving you convenient access to exclusive titles.
  • Filmes Divididos em Categorias: Navigate through various genres like romance, action, and more, making it easy to find exactly what you want to watch.
  • Setas de Rolagem da Lista: Easily scroll through lists of movies and series with intuitive arrow navigation.
  • Preview do Título Selecionado: Get an instant preview of the selected title to help decide if it's the right choice for your movie night.
  • Trailer do Filme/Série: Watch trailers directly within the app to get a better feel for the film before diving in.
  • Recomendações de Filmes/Séries: Receive personalized recommendations that tailor suggestions based on your viewing history and preferences.
  • Busca de Resultados: Quickly find specific titles with a powerful search feature, simplifying the browsing experience.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.