This is my portfolio website.
I will update it regularly.
No AI was used in the creation of this website.
- Next.js 16
- React 19
- TypeScript 5
- Tailwind CSS 4
- shadcn/ui (http://ui.shadcn.com/)
- Lucide (https://lucide.dev/)
- Simple Icons (https://simpleicons.org/)
- OpenNext
- Cloudflare Workers
portfolio/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── components/
│ ├── ui/
│ │ └── button.tsx
│ └── social-links.tsx
├── lib/
│ └── utils.ts
└── public/
├── apple-touch-icon.png
├── favicon-96x96.png
├── favicon.ico
├── favicon.svg
├── site.webmanifest
├── web-app-manifest-192x192.png
└── web-app-manifest-512x512.png