My personal portfolio site built with Astro, React, and Tailwind. Shows off my projects, skills, and what I'm working on.
Clean responsive design with a dark/grunge aesthetic. Fast static site generation. Mobile-optimized with proper touch targets. Showcase section for hardware builds and projects. Dynamic skill filtering by category.
git clone https://github.com/KayTwenty/my-portfolio.git
cd my-portfolio
npm install
npm run devSite runs at http://localhost:4321
Astro 5, React 19, Tailwind 4, TypeScript, react-icons for SVG icons.
Currently deployed on Vercel using the static adapter. Also works with Netlify or any static hosting.
MIT License - do whatever you want with this.