Github Finder

A ReactJS web app that find Github user when the name is typed in the input field. Github API is used to fetch user data using Axios.

Screenshot

App Screenshot

Installation

Clone project from Github

  github clone https://github.com/adhirajkar3103/Github-Finder.git
  cd Github-Finder

Install all the npm packages

    npm install

Run the app

    npm start