Kevin Latino
This is my personal portfolio site, built using Astro with performance, minimal JavaScript, and modern web best practices in mind.
Astro allows me to ship less client-side JavaScript by default, which results in:
- ⚡ Blazing-fast performance
- 🧼 Cleaner, more maintainable code
- 📱 Better SEO and accessibility
- 🧠 Developer-first experience with great DX
Create a portfolio that reflects my work as a web developer, prioritizing performance and simplicity without sacrificing design or interactivity when needed.
- Astro
- Tailwind CSS (for styling)
- Markdown (for content sections)
- TypeScript (optional — can be added for type safety)
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
npm install
npm run dev