Hi 👋, I am Krish Parekh !
const krish = {
pronouns: "He" | "Him",
age: "22",
askMeAbout: ["app dev", "web dev", "system design"],
currentFocus: "Learning Devops",
programmerType: "Self-Taught",
};
const krish = {
pronouns: "He" | "Him",
age: "22",
askMeAbout: ["app dev", "web dev", "system design"],
currentFocus: "Learning Devops",
programmerType: "Self-Taught",
};
Small Three.js demo that renders a blobby icosahedron using custom GLSL shaders. Scroll and hover interactions are powered by GSAP/ScrollTrigger. Inspiration was taken from the Deveb website: deveb…
JavaScript
An interactive Three.js scene showcasing four planets arranged on an orbit with a starfield background and smooth scroll-driven transitions for titles and descriptions. Built with Vite for fast dev…
JavaScript
A single-page, Zajno-inspired portfolio experience built with Vite, Tailwind, GSAP, Lenis, and Three.js. It blends classic layout sections with a WebGL shader-driven hover effect mapped directly on…
HTML