A responsive portfolio website built with React and TypeScript, showcasing my skills, projects, and professional experience.
- Responsive Design - Works across desktop, tablet, and mobile devices
- Dark/Light Mode - Theme toggle with persistent user preference
- Animated Sections - Intersection Observer animations on scroll
- Modern Stack - Built with React, TypeScript, and Tailwind CSS
- Frontend: React, TypeScript
- Styling: Tailwind CSS, shadcn/ui
- Build Tool: Vite
- Package Manager: Bun
# Install dependencies
bun install
# Run development server
bun run dev
# Build for production
bun run build