Back to Blog

Building my Portfolio with Next.js

How I built this portfolio...

July 30, 20261 min read
#nextjs#react

Introduction

Welcome to my first blog!

This article explains how I built my portfolio using Next.js 16.

Features

Example

TSX
export default function Home() {
    return <div>Hello World</div>;
}

Thanks for reading!