A personal portfolio website built with React, TypeScript, and Tailwind CSS.
- React 18 + TypeScript
- Vite
- Tailwind CSS
- shadcn/ui
- Framer Motion
npm install
npm run devsrc/
├── components/
│ ├── ui/ # UI components (shadcn/ui)
│ └── custom/ # Custom components
├── sections/ # Page sections
├── contexts/ # React contexts
├── hooks/ # Custom hooks
└── lib/ # Utilities
Push to main to trigger GitHub Actions deployment.