parichay28 / github-explorer

Home Page:https://explore-github.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Explorer

React based application where you can search github users and view basic profile details with the help of Github API. Visit here to and have a look.

How to run

  1. After cloning the repo, run npm install to install all dependencies.

  2. Create a .env.local file at the root and copy paste the following code. Make sure to register with Github API to obtain your CLIENT_ID and SECRET_ID keys.

REACT_APP_GITHUB_CLIENT_ID = 'your_client_id_here'
REACT_APP_GITHUB_CLIENT_SECRET = 'your_client_secret_here'
  1. Fire up npm start to start the project.

Deployment

You can also visit the site at explore-github.netlify.com to view the project.

Built Using

  1. React - A JavaScript library for building user interfaces.

About

https://explore-github.netlify.app/


Languages

Language:JavaScript 65.9%Language:CSS 26.3%Language:HTML 7.8%