leoFitz1024 / github-statistics

A react static app for displaying github repo statistics like Star History, Fork History and more.

Home Page:https://vesoft-inc.github.io/github-statistics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GitHub Statistics

---

trynow GitHub stars GitHub forks GitHub issues GitHub pull requests

Screenshots

Start

Image of Yaktocat

Commit

Image of Yaktocat

Features

  • Repository overview
  • Star history
  • Fork history
  • Commit history (recent year)
  • Release assets (newest tag)

Contributions

contributions

If you have any suggestions of comments on either current codes or features, do not heisitate to create issues/PRs to let us know.

Feature requests are also warmly welcomed.

Development

  1. clone repo.
git clone https://github.com/vesoft-inc/github-statistics.git
  1. install npm modules.
cd github-statistics
npm install
  1. MUST SET YOUR_GITHUB_API_TOKEN in the .env file. Read Creating a personal access token to create token if you don't have one.

  2. runs the app in the development mode, open http://localhost:3000 to view it in the browser.

npm start

Build the app for production to the build folder.

npm run build

# Made with ❤️ by vesoft-inc #


About

A react static app for displaying github repo statistics like Star History, Fork History and more.

https://vesoft-inc.github.io/github-statistics/


Languages

Language:JavaScript 95.4%Language:CSS 2.7%Language:HTML 1.9%