Portfolio site

I created my portfolio using Astro.js, React, and Tailwind CSS. It holds my resume, projects, and personal information. It also uses the GitHub GraphQL API to fetch data about all of my projects. Using Astro allows it to be extremely fast using partial hydration, meaning that it only uses JavaScript for a few individual components, and server-side rendering, so that the HTML is generated on the server and the page doesn't load forever.

1

My personal portfolio in Astro

portfoliotailwindcssgithub-apireactastro