/Github-fetcher

A React app that fetches public GitHub account details just entering by username.

Primary LanguageJavaScript

Github Fetcher

This project is a simple React App in which we can fetch the public data of a Github User by just entering his/her username after a successful login. Tech stack used in this project React, Public Github API, and Firebase as a Back-end for storing User Details.
See a live demo here.

Login


Login

Setup

  • In the project directory rum npm install for installing node modules
  • In the project directory, run npm start
  • Open http://localhost:3000 to view it in the browser.