# jhchun.dev – Personal Portfolio This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). It serves as my **personal portfolio website**, live at [https://jhchun.dev](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](https://vercel.com). ### πŸ”§ 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: ```bash git clone https://github.com/YOUR_USERNAME/portfolio.git cd portfolio npm install ``` Then, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](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: * [Next.js Documentation](https://nextjs.org/docs) * [Interactive Tutorial – Learn Next.js](https://nextjs.org/learn) * [Vercel Docs](https://vercel.com/docs)