This repository powers Aatika Khan’s black-and-white consulting portfolio. The site showcases global product engagements with a focus on mobile, backend, and cloud execution.
- React 19 with Vite for a fast, modern build pipeline
- Framer Motion for reveal animations and interaction polish
- Hand-crafted CSS with glassmorphism, grid overlays, and responsive layouts
npm install
npm run devOpen http://localhost:5173 to explore the experience locally.
npm run build
npm run previewThe optimized assets in dist/ are ready for GitHub Pages or any static host.
All narrative content lives in src/content.js. Update the data structures there to refresh navigation, experience, skills, and project highlights without changing component logic.