/react-gihub-users

A simple application where we can search GitHub username.

Primary LanguageTypeScript

react-github-users

A simple application build using the GitHub Public API. This simple application is build using React and Typescript.

In this application, we have a search form where the user can type GitHub username, and when search button is clicked, we ask to GitHub API for the user's public information and the user is diplayed in nice card.

Installation

  1. Clone the repo and cd into it
  2. npm install
  3. npm start
  4. Visit localhost:3000 in your browser