yamendrapun / react-gihub-users

A simple application where we can search GitHub username.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple application where we can search GitHub username.


Languages

Language:TypeScript 60.0%Language:HTML 20.3%Language:CSS 10.3%Language:JavaScript 9.4%