A deep-space themed 3D portfolio built with React and Three.js — immersive visuals, smooth animations, and a clean showcase of AI/ML engineering work.
An immersive 3D portfolio experience with post-processing effects, interactive scene transitions, and fluid animations — designed to make a first impression that lasts.
src/
├── components/
│ ├── three/ # Three.js / R3F 3D scenes and post-processing
│ ├── sections/ # Hero, About, Projects, Contact sections
│ └── ui/ # Reusable UI components
├── hooks/ # Custom React hooks
├── data/ # Projects and content data
├── App.jsx
└── main.jsx