Svelte 5 portfolio site featuring an 11-layer parallax hero, smooth scrolling, magnetic hover effects, and scroll-triggered animations. Deployed on Vercel.
src/
components/
01-Title/ # Parallax hero section
02-AboutMe/ # Bio and tech stack
03-Career/ # Career timeline cards
04-Projects/ # Project showcase grid/carousel
05-Contact/ # Contact footer
Cards/ # Reusable card components
Button/ # Button components
Misc/ # Navbar, shared UI
TextType/ # Typewriter text effect
data/ # Static data (career, projects)
types/ # TypeScript interfaces
utils/ # Parallax math, browser detection, image paths
actions/ # Svelte actions (magnetic hover, scroll reveal)
npm install
npm run dev
Dev server runs at http://localhost:5173.
| Command | Description |
|---|---|
npm run dev |
Dev server (port 5173) |
npm run build |
Production build |
npm run check |
Build + tests |
npx vitest run |
Run tests |