Written by: Marlon Colca
Posted on 05 Sep 2025 - a month ago
nextjs typescript clones
Welcome! In this hands‑on course you’ll build a polished Netflix‑style application using Next.js (App Router), Tailwind, and the native HTML5 <video> element. We’ll focus on practical implementation while keeping the architecture simple and scalable.
¡Bienvenido/a! En este curso práctico construiremos una app tipo Netflix con Next.js (App Router), Tailwind y el elemento HTML5 <video>
.
<source>
, <track>
, preload, playsInline.localStorage
.public/videos/
o URLs externas y subtítulos .srt/.vtt
.src/app/
.public/
(videos/
, posters/
, subs/
).Create a Next.js App Router project and enable Tailwind with a dark, media‑friendly baseline.
06 Sep 2025 - a month ago