This is my portfolio, written in Astro, React, and Tailwind CSS. It uses the Github GraphQL API to fetch project data and does some other awesome stuff too.
There is an about page, a home page (with some slick animations), a projects page (sorted by stars), and indivudal projects page (with readme, base64 decoded description, topics, and links), and resume.
If you find a bug or have a feature suggestion, please open an issue here.
To run locally, follow the steps below:
git clone https://github.com/ztcollazo/me.git
yarn
- Create a file called
.env.local
in the project root, and fill it in with the variableGITHUB_TOKEN
where the value is a github token with at least repo reading permissions. yarn dev