https://github.com/vesoft-inc/github-statistics
A react static app for displaying github repo statistics like Star History, Fork History and more.
https://github.com/vesoft-inc/github-statistics
Last synced: 9 months ago
JSON representation
A react static app for displaying github repo statistics like Star History, Fork History and more.
- Host: GitHub
- URL: https://github.com/vesoft-inc/github-statistics
- Owner: vesoft-inc
- Created: 2019-08-30T05:08:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T02:27:17.000Z (over 1 year ago)
- Last Synced: 2025-03-29T15:08:42.927Z (9 months ago)
- Language: JavaScript
- Homepage: https://vesoft-inc.github.io/github-statistics/
- Size: 7.84 MB
- Stars: 321
- Watchers: 32
- Forks: 49
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - vesoft-inc/github-statistics - A react static app for displaying github repo statistics like Star History, Fork History and more. (JavaScript)
README
---
GitHub Statistics
---





# Screenshots
# Start

# Commit

# Features
- [x] Repository overview
- [x] Star history
- [x] Fork history
- [x] Commit history (recent year)
- [x] Release assets (newest tag)
# 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.
```shell
git clone https://github.com/vesoft-inc/github-statistics.git
```
2. install npm modules.
```shell
cd github-statistics
npm install
```
3. **MUST SET** `YOUR_GITHUB_API_TOKEN` in the [.env](./.env) file. Read [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) to create token if you don't have one.
4. runs the app in the development mode, open [http://localhost:3000](http://localhost:3000) to view it in the browser.
```shell
npm start
```
Build the app for production to the `build` folder.
```shell
npm run build
```
---
# Made with ❤️ by vesoft-inc #
---