Personal portfolio and blog built with Next.js, TypeScript, and Tailwind CSS.
- Next.js — React framework
- TypeScript — Type safety
- Tailwind CSS — Utility-first styling
- Shadcn UI — UI components
- Magic UI — Animated components
- Framer Motion — Animations
- next-mdx-remote — MDX blog posts
- next-themes — Dark/light mode
- Hero, About, Skills, Work Experience, Projects, and Contact sections
- Blog with MDX support
- Dark/light mode toggle
- Responsive dock navigation
- Animated UI with blur-fade, aurora text, and hyper text effects
bun install
bun devOpen http://localhost:3000.
src/
├── app/ # Next.js app router pages
├── components/ # React components (ui, navbar, cards, markdown)
├── data/ # Resume data and content
└── lib/ # Utilities, MDX config, plugins
content/ # MDX blog posts
public/ # Static assets (images, icons)