GithubHelp home page GithubHelp logo

sosumit001 / github-insights Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 38 KB

github-insights-card is a React component library that simplifies the integration of GitHub user information into web applications. It provides an intuitive and customizable interface for displaying essential GitHub data

Home Page: https://profile-insight.vercel.app/

License: MIT License

JavaScript 60.81% TypeScript 2.42% CSS 36.77%
apollo apollo-client github github-graphql github-graphql-api github-integration graphql react-component-library react-library reactjs

github-insights's Introduction

github-insights-card

React component library that simplifies the integration of GitHub user information into web applications. Display followers, repositories, and their links effortlessly, providing an intuitive interface for GitHub data exploration and utilization.

Installation

Install the package using npm:

npm install github-insights-card

quick example

props value
theme "Default", "DarkKnight", "EmeraldGreen", "PastelDreams", "SereneMeadow", "GolderBreeze"
width min "290px" default
username add github username

Here's an example of how to use the GithubProfileCard component in your React application:

import { GithubProfileCard } from "github-insights-card";

const GihubProfile = () => {
  return (
    <div>
      <GithubProfileCard
        username="GithutUserName"
        theme="default"
        width="380px" // (default value is 290px)
      />
    </div>
  );
};

##
export default GitubProfile;

customize on web

for testing purpose follow this repo, this is react website where you can create features for the library [Test Lib on me ๐Ÿ˜€] React Componet to display github info

Environment Variables

If you would like to contribute to this project, you'll need a GitHub access token. Create an access token named GITHUB_ACCESS_TOKEN , which you can find in GitHub developer settings

demo Link

[demo on web]

github-insights's People

Contributors

sosumit001 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.