VS Code에서 영감을 받은 개발자 포트폴리오를 만들었습니다

발행: (2026년 1월 18일 오전 01:51 GMT+9)
1 min read
원문: Dev.to

Source: Dev.to

I wanted my portfolio to feel familiar to other developers — not like yet another generic personal website.

그래서 나는 실제 IDE처럼 보이고 동작하는 VS Code‑영감을 받은 포트폴리오를 만들기로 했습니다. 목표는 간단했습니다: 개발자가 포트폴리오를 열면 즉시 친숙함을 느껴야 한다는 것이었습니다.

VS Code‑inspired portfolio screenshot

What it includes

  • An editor‑style layout with tabs
  • A sidebar that works like a real code editor
  • Terminal‑inspired sections for content
  • Draggable windows
  • Fully responsive across devices
  • Custom theme support

Why I built this

Many portfolios focus heavily on flashy animations and visuals. I wanted to take a different approach and focus on familiarity and usability—something developers already understand without needing an explanation.

I know it might feel complicated to non‑devs, so I’m planning to implement an Easy Mode (switchable) that changes the layout to a simpler VS Code‑like view, making it easily understandable for everyone while keeping the VS Code aesthetics.

Repository

https://github.com/arnofrxdd/ide-portfolio

Demo

https://arnofrxdd.github.io/ide-portfolio/

Back to Blog

관련 글

더 보기 »

Netflix 클론 만들기

개요: 나는 프론트엔드 실력을 향상시키기 위해 Netflix Nepal 클론을 만들었습니다. 이 프로젝트는 Semantic HTML, CSS, Vanilla JavaScript를 사용하여 구축되었습니다. 그것은…