Personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.
- Work showcase
- About section
- Resume download
- Skills carousel
- Contact form
- Dark/light theme toggle
- Animated custom cursor
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS
- shadcn/ui components
- Framer Motion
Install dependencies:
bun installRun the development server:
bun devOpen http://localhost:3000 to view the site.
bun dev- Start development serverbun build- Build for productionbun start- Start production serverbun lint- Run ESLintbun format- Format code with Prettier