A web-app made with Vite, React, TailwindCSS and Chart.js that lets a user view detailed information about a Github Profile.
I've used Chart.js and react-chartjs to create visual data on a users Github profile.
-
Fetch the user from the Github API using the username from the input box
-
We have details about the Github user that we can use to create visual data
-
Input this data into ChartJS!
I made this to practice my skills fetching from API's and using a library to help organise and provide visual data.
Also, it's a fun project and helps people to view more data on someone's Github profile.