This is a Next.js project bootstrapped with create-next-app.
It serves as my personal portfolio website, live at https://jhchun.dev, where I showcase my work, skills, projects, and background.
This website was built to serve as a centralized platform to present who I am as a developer and creator. It’s designed with simplicity and performance in mind, powered by Next.js App Router and hosted on Vercel.
- Modern UI/UX with a minimalist, responsive layout.
- Project Showcase with individual pages for each project.
- About Me section with personal background and interests.
First, clone the repository and install dependencies:
git clone https://github.com/YOUR_USERNAME/portfolio.git
cd portfolio
npm installlThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devvOpen http://localhost:3000 in your browser to view the site.
You can start editing the homepage by modifying app/page.tsx. Changes will automatically reflect.
app/: Main application folder using App Router.components/: Reusable UI components.styles/: Global and component-scoped styles.public/: Static assets.
To learn more about Next.js and its features: