Professional portfolio website for Ketan Patil, focused on full-stack product engineering, AI systems integration, secure platform delivery, and production-grade user experiences.
KETPORT is a React and Vite-based portfolio application built to present professional work with a polished interface, strong motion design, and clear technical positioning. The site highlights project case studies, engineering services, technical stack, experience, and contact pathways in a format suitable for recruiters, collaborators, and hiring teams.
- React 19
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- Vercel
app/src/application source codeapp/public/static assets, images, and resume filesapp/src/config.tsportfolio content and section configurationvercel.jsondeployment configuration for production hosting
This repository uses Node.js 20.
npm run install:app
npm run dev
npm run build
npm run previewThe project is configured for deployment on Vercel. The root workspace delegates application build and development commands to the app/ package, and vercel.json provides the SPA rewrite configuration required for production hosting.