You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cinematic, interactive portfolio built with React, TypeScript, and GPU-accelerated visuals.
The site combines smooth section choreography, animated UI layers, a custom reveal lens hero, WebGL-driven skills visualization, project galleries, certifications, and social/contact surfaces in one cohesive experience.
Live Deployment
Live Site Preview
Hero Base
Hero Reveal
Hero Visual Pipeline
The portrait visuals are based on a generated 3D character model workflow.
Using a 3D pipeline makes lighting behavior more physically consistent, so shadows, highlights, and facial depth read naturally.
The exported renders are then used as the base/reveal image pair inside the interactive hero lens.
Tech Stack Icons
Core
WebGL and 3D
Tooling and Deploy
Core Experience
Immersive hero with an interactive image reveal lens.
Animated navigation and section transitions.
Reusable section system with motion-based reveal wrappers.
Lazy-loaded heavy sections for better initial load performance.
3D skills cloud powered by WebGL.
Project gallery with reusable project cards.
Certifications gallery and contact hub.
Startup loader with explicit user choice for sound.
Responsive behavior across desktop, tablet, and mobile breakpoints.
Technologies and Packages
Runtime Dependencies
Package
Role in this project
react
UI rendering and component architecture.
react-dom
DOM integration for React rendering.
framer-motion
Motion orchestration, transitions, and animated interactions.
three
Core 3D engine and rendering primitives.
@react-three/fiber
React renderer for Three.js scenes.
@react-three/drei
Helper abstractions for React Three Fiber scenes.
react-icons
Icon system used across UI controls and badges.
Development Dependencies
Package
Role in this project
vite
Fast dev server and production bundling.
@vitejs/plugin-react
React integration and fast refresh support for Vite.
typescript
Static typing and compile-time checks.
@types/react
Type definitions for React.
@types/react-dom
Type definitions for React DOM.
@types/node
Node.js type definitions for tooling/config files.
@types/three
Type definitions for Three.js.
eslint
Linting engine.
@eslint/js
Base ESLint rule presets.
typescript-eslint
TypeScript-aware linting rules and parser support.
eslint-plugin-react-hooks
Enforces safe and correct React Hooks usage.
eslint-plugin-react-refresh
Lint support for React fast refresh constraints.
globals
Shared global environment definitions for linting.
Brief Architecture Notes
Section composition is centralized in App-level orchestration, while visual blocks are extracted into focused components.
Expensive visual pieces are lazy-loaded with suspense fallbacks to reduce first-paint cost.
Styling uses a mix of shared global styles and CSS Modules in reusable UI components.
Motion behavior is intentionally layered: macro section reveals, micro component transitions, and shader/3D visuals.
A cinematic, interactive developer portfolio built with React, TypeScript, and WebGL-driven visuals, showcasing projects, skills, certifications, and contact channels through a fast, fully responsive experience.