View live demo → Click Here
A compact macOS-style portfolio built with React + Vite. Shows a windowed UI, Dock with magnification, theme Control Center, and responsive mobile behavior.
--
Note: Place public/files/preview.gif and public/preview.mp4 locally to make the preview render and link correctly.
- Windowed UI (draggable windows)
- Dock with GSAP hover magnification
- Control Center for Light / Dark / System themes
- Responsive mobile navbar and dock
- React (Vite)
- Tailwind CSS
- Zustand
- GSAP
- lucide-react
Install and run locally:
npm install
npm run devOpen the URL Vite reports (usually http://localhost:5173) to preview.
Build for production:
npm run build- Projects: edit
src/constants/index.js - Dock apps: update
dockAppsinsrc/constants/index.js - Theming:
src/store/theme.js
