Personal Portfolio Project
Next.jsTypeScriptTailwind CSSVercel
This portfolio website is my first production-style project, built using the Next.js App Router architecture. It leverages Server Components for efficient rendering of data-heavy sections and client components only where interactivity is required.
The project focuses on modern frontend architecture and includes a well-structured routing system, shared layout hierarchy and dynamic pages. Styling is implemented with Tailwind CSS to ensure a consistent, responsive design system across all breakpoints.
It also demonstrates practical implementation of SEO best practices using Next.js metadata API, along with mobile-first responsive design principles and clean component composition.