My personal website built with React and Vite.
- Clean, minimal design with a light blue theme
- Animated pixelated clouds drifting across the top (inspired by Chrome's dinosaur game)
- Profile photo and social links (GitHub, Email, LinkedIn, LeetCode, X)
- Fully responsive
- React
- Vite
- StyleX
- GitHub Pages (with GitHub Actions for deployment)
npm install
npm run devThe site automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
Live at: https://abhakat.github.io
- updated to use github actions