Skip to content

rizzabh/githubsearch

Repository files navigation

GitHub Searcher

Demo Link: https://githubsearch-six.vercel.app/

GitHub Searcher is a web application that allows users to search for a GitHub user and generate a visually appealing user card along with a list of repositories. The user card includes essential information such as the user's name, username, followers, followings, public repositories, website link, and a link button to the user's GitHub profile. Additionally, there is a feature to download the rendered card as a PNG using the html2canvas library.

Features

  • Search for a GitHub user and display a user card with essential information. image

  • View a list of repositories belonging to the searched user. image

  • Download the rendered user card as a PNG image. image

Technologies Used

  • React.js: Frontend framework for building user interfaces.
  • GitHub API: Fetch user information and repositories.
  • HTML2Canvas: Library for capturing screenshots of web pages.