Aplicação UI Clone, contendo opção de listagem de filmes/séries, detalhes, videos (via YouTube) e busca de resultados.
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.
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 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 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 is a build tool that aims to provide a faster and leaner development experience for modern web projects
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 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.