A Y2K retro OS-themed interactive portfolio built with React and Three.js — complete with a bootable desktop, draggable windows, and 3D visuals.
A fully interactive OS-style portfolio that boots into a retro Y2K desktop environment. Visitors can open draggable windows, explore projects, and interact with 3D elements — all inside the browser.
src/
├── components/
│ ├── desktop/ # Desktop icons, taskbar, boot screen
│ ├── windows/ # Draggable window components
│ ├── three/ # Three.js / R3F 3D scenes
│ ├── games/ # Hidden mini-games
│ ├── cursor/ # Custom cursor
│ ├── layout/ # Page layout wrappers
│ ├── svg/ # Decorative SVG assets
│ └── pages/ # Content pages (About, Projects, etc.)
├── data/ # Projects and content data
├── App.jsx
└── main.jsx