TKTejas Kawleincatch-all-route-nextjs-project.hashnode.dev·Nov 24, 2025 · 1 min readCatch-all-route-NextJs-projectWhen building my small gaming website in Next.js, I wanted a clean way to handle flexible URLs for different game pages and categories. This is where catch-all routes became extremely useful. What Are Catch-All Routes? In Next.js, a catch-all route ...00
TKTejas Kawleinsimple-movie-dashboard-with-nextjs.hashnode.dev·Nov 20, 2025 · 1 min readSimple movie dashboard with NextJSThis is my first Next.js project, where I built a simple and clean Movie Dashboard.The goal of this project was to understand: Next.js file-based routing Dynamic routes using [id] Server components Tailwind CSS for UI It helped me learn how rea...00