A minimalistic 3D iPhone 15 Pro Max model viewer built with React, Three.js, and WebGPU.
- Interactive 3D iPhone model with realistic materials
- Custom screen mockup display
- WebGPU rendering for improved performance
- Smooth animation transitions
- Loading screen with progress indicator
- React 19
- Three.js
- React Three Fiber
- WebGPU
- GSAP for animations
- TailwindCSS
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build