resume

Link: www.enricmor.eu

3D resume

3D Resume

An interactive 3D resume built with Three.js. Navigate through nested 3D scenes by scrolling.

Quick Start

npm install
npm run dev

Open http://localhost:3000

Create Your Own

  1. Learn Blender - Tutorial
  2. Create 3D models - Export as GLB to public/models/
  3. Update model list - Edit modelNames in src/components/ThreeScene.tsx
  4. Deploy - Push to GitHub, import to Vercel

Tips

Tech Stack

Next.js 16 · Three.js · TypeScript · Tailwind CSS