Shreyansh252001 / git-stats

mini project for college

Home Page:https://gitstats-shreyansh252001.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitstats

Netlify Status

A web application to πŸ” view a github's user profile in a more simple and beautiful way.

πŸ“½οΈ DEMO

πŸ‘¨β€πŸ’» Technology Stack

react styled-components react-chart-js-2 icons

API used

🐣 Prerequisites

  • node >= 12.18.0
  • npm >= 6.14.4

⚑ Installation

  1. Clone / Download this repo.

  2. Inside the project open a terminal and run:

    npm install
    

    This will install all the project dependencies.

  3. Create a .env file in the project root folder and add the following:

    REACT_APP_GITHUB_CLIENT_ID = yourClientId
    REACT_APP_GITHUB_CLIENT_SECRET = yourSecretKey 
    

    Replace yourClientId and yourSecretKey with your own Client and Secret Key .

    Get your Client Id and Secret by signing in to your github account and then go to your setting -> developer setting -> OAuth Apps -> New OAuth App

  4. To start the development server run:

    npm start
    

πŸ€΅β€β™‚οΈ Author

Twitter

LinkedIn

About

mini project for college

https://gitstats-shreyansh252001.netlify.app/

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 3.8%Language:Shell 0.2%