A modern, responsive personal portfolio website built with Next.js 15, React 19, and Tailwind CSS 4.
- Interactive particle network background
- Sections: About, Skills, Experience, Projects, Side Projects, Education, Contact
- AI-powered chatbot (Anthropic Claude)
- Real-time functionality with Pusher
- Contact form with Resend email integration
- Fully responsive design with smooth animations
- Framework: Next.js 15 (App Router)
- UI: React 19, Tailwind CSS 4
- AI: Anthropic Claude SDK
- Real-time: Pusher
- Email: Resend
- Language: TypeScript
npm install
npm run devOpen http://localhost:3000 to view the site.
npm run build
npm start