Skip to content

kohdc1723/chan-koh

Repository files navigation

Chan.Koh

Chan.Koh is my portfolio website where I present my information and showcase my work

https://chankoh.vercel.app

Tech Stack

typescript react next.js zustand tailwindcss shadcn/ui vercel

Project Structure

.
├── .next
├── public
│
├── src
│   ├── app
│   │   ├── _components
│   │   │   └── _profile
│   │   │       ├── email-button.tsx
│   │   │       ├── nav-menu.tsx
│   │   │       ├── profile.tsx
│   │   │       ├── socials.tsx
│   │   │       └── summary.tsx
│   │   │
│   │   ├── (home)
│   │   │   ├── _components
│   │   │   │   ├── _about
│   │   │   │   │   └── about.tsx
│   │   │   │   │
│   │   │   │   ├── _education
│   │   │   │   │   ├── education-item.tsx
│   │   │   │   │   └── education.tsx
│   │   │   │   │
│   │   │   │   ├── _experience
│   │   │   │   │   ├── experience-item.tsx
│   │   │   │   │   └── experience.tsx
│   │   │   │   │
│   │   │   │   ├── _projects
│   │   │   │   │   ├── project-item.tsx
│   │   │   │   │   └── projects.tsx
│   │   │   │   │
│   │   │   │   └── _skills
│   │   │   │       ├── skill-category.tsx
│   │   │   │       ├── skill-item.tsx
│   │   │   │       └── skills.tsx
│   │   │   │
│   │   │   ├── layout.tsx
│   │   │   └── page.tsx
│   │   │
│   │   ├── globals.css
│   │   └── layout.tsx
│   │
│   ├── components
│   │   └── ui
│   │       ├── button.tsx
│   │       ├── input.tsx
│   │       ├── popover.tsx
│   │       └── sonner.tsx
│   │
│   ├── data
│   │   ├── education.ts
│   │   ├── experience.ts
│   │   ├── projects.ts
│   │   ├── sections.ts
│   │   └── skills.ts
│   │
│   ├── hooks
│   │   └── use-section.ts
│   │
│   └── lib
│       └── utils.ts
│
├── .eslintrc.json
├── components.json
├── next-env.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.ts
├── tsconfig.json
├── .gitignore
└── README.md

Screenshots

  • About Section
image
  • Experience Section
image
  • Education Section
image
  • Projects Section
image
  • Skills Section
image