Skip to content

alterj07/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4dfcd5 · · Sep 10, 2025

History

121 Commits
Sep 10, 2025
May 24, 2025
Sep 10, 2025
May 24, 2025
Jul 18, 2025
May 24, 2025
Jun 15, 2025
May 24, 2025
Sep 7, 2025
Sep 7, 2025
May 24, 2025
Jun 21, 2025
May 24, 2025

Repository files navigation

jhchun.dev – Personal Portfolio

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.


✨ About This Portfolio

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.

🔧 Features

  • Modern UI/UX with a minimalist, responsive layout.
  • Project Showcase with individual pages for each project.
  • About Me section with personal background and interests.

🛠️ Getting Started

First, clone the repository and install dependencies:

git clone https://github.com/YOUR_USERNAME/portfolio.git

cd portfolio
npm installl

Then, run the development server:

npm run dev

# or
yarn dev

# or
pnpm dev

# or
bun devv

Open 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.


📁 Project Structure Highlights

  • app/: Main application folder using App Router.
  • components/: Reusable UI components.
  • styles/: Global and component-scoped styles.
  • public/: Static assets.

📚 Learn More

To learn more about Next.js and its features: