A modern interactive 3D portfolio website for web developer Aniket Khullar. Features dark futuristic theme with neon blue/purple lighting, 3D animated hero section with floating geometric shapes, smooth scroll animations, and mobile responsiveness.
- Feb 2026: Initial build - all sections implemented (Hero 3D, About, Skills, Projects, Experience, Contact, Music Toggle, Navbar)
- Frontend: React + TypeScript with Vite
- 3D Graphics: React Three Fiber (@react-three/fiber) + Drei helpers
- Animations: Framer Motion for scroll/hover animations
- Styling: Tailwind CSS with custom dark neon theme
- State: Zustand for audio state management
- Server: Express.js serving the frontend
- Fonts: Inter + Space Grotesk (Google Fonts)
client/src/App.tsx- Main app component composing all sectionsclient/src/components/Navbar.tsx- Fixed navigation with scroll trackingclient/src/components/Hero3D.tsx- 3D animated hero with floating shapes, particles, starsclient/src/components/AboutSection.tsx- Profile card and introductionclient/src/components/SkillsSection.tsx- 3D rotating cubes + skill cards gridclient/src/components/ProjectsSection.tsx- Styleka & GlossyTips project tilesclient/src/components/ExperienceSection.tsx- Achievements cards gridclient/src/components/ContactSection.tsx- LinkedIn, GitHub, Email, Resume linksclient/src/components/MusicToggle.tsx- Background music on/off buttonclient/src/lib/stores/useAudio.tsx- Audio state managementclient/src/index.css- Global styles, neon theme, animations
- Dark background (#0a0a0f)
- Neon blue (#00d4ff), purple (#a855f7), pink (#ec4899)
- Glass-morphism card effects
- Gradient text effects