A modern, interactive website for the Literary Society of IIIT-K, featuring a 3D model and animated text.
- React - Modern front-end framework
- TypeScript - For type safety and better developer experience
- Vite - Fast build tool and development server
- Three.js - 3D library for WebGL rendering
- React Three Fiber - React renderer for Three.js
- Framer Motion - For smooth animations
- Styled Components - For component-based styling
- Interactive 3D model that responds to mouse movements
- Animated text with modern typography
- Smooth loading transitions
- Responsive design
- Modern UI with engaging visual effects
- Node.js (v14+)
- npm or yarn
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildsrc/components/- React componentsHeader.tsx- Animated text headerModelViewer.tsx- 3D model viewer
public/- Static assetsmodel.glb- 3D model file
- Add more sections (About, Events, Team, etc.)
- Implement responsive navigation
- Add dark/light mode toggle
- Include social media links
- Add contact form