
A web component to show a card for your GitHub profile using GitHub’s API.
The GitHub Card project developed by Miha offers a unique way to interact with the GitHub API and visualize data in a more engaging format. By creating a social card that pulls in user-specific information, this project not only demonstrates the capabilities of the API but also provides a hands-on learning experience for developers looking to enhance their skills. The card serves as a clever representation of a user's GitHub profile, featuring vital stats and information in a visually appealing manner.
This project aims to guide users through the process of making API requests and utilizing the response data to build a dynamic component. It’s ideal for developers at any level who want to better understand API usage and data presentation in web applications.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.