An immersive 3D web experience built with React, Three.js, and cutting-edge web technologies.
- 🌌 Stunning 3D environments and animations
- ✨ Interactive geometric shapes with cosmic effects
- 🎭 Smooth page transitions with warp effects
- 📱 Fully responsive design
- 🎨 Custom animations and visual effects
- React 18 - Modern UI library
- Three.js / React Three Fiber - 3D graphics
- Framer Motion - Animations
- Tailwind CSS - Styling
- TypeScript - Type safety
- Vite - Build tool
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildsrc/
├── components/
│ ├── 3d/ # Three.js components
│ ├── layout/ # Layout components
│ ├── sections/ # Page sections
│ └── ui/ # UI components
├── pages/ # Route pages
├── hooks/ # Custom hooks
└── lib/ # Utilities
MIT License - feel free to use this project for your own purposes.