https://github.com/firestreaker2/github-stats
A simple website to check the stats for GitHub.
https://github.com/firestreaker2/github-stats
github nextjs nodejs react stats
Last synced: 3 months ago
JSON representation
A simple website to check the stats for GitHub.
- Host: GitHub
- URL: https://github.com/firestreaker2/github-stats
- Owner: FireStreaker2
- License: mit
- Created: 2023-05-29T00:57:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T23:26:26.000Z (over 2 years ago)
- Last Synced: 2025-01-18T00:12:08.930Z (over 1 year ago)
- Topics: github, nextjs, nodejs, react, stats
- Language: JavaScript
- Homepage: https://github-stats.firestreaker2.gq
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About
GitHub Stats is a web app built with [Next.js](https://nextjs.org). It's purpose is to check user and repository stats for GitHub, but also to help me get aquainted with Next. It utilizes the [GitHub API](https://api.github.com) in order to retrieve the stats, and then renders it with React.
# Usage
To use this, simply visit [the website](https://github-stats.firestreaker2.gq) and search someone up!
# Selfhosting
If you would like to selfhost this project, you may.
```bash
$ git clone https://github.com/FireStreaker2/GitHub-Stats.git
$ cd GitHub-Stats
$ npm i
```
For development:
```bash
$ npm run dev
```
For production:
```bash
$ npm run build
$ npm start
```
# Contributing
If you would like to contribute, you can fork the repo and make a PR, or contact me via email @ ``suggestions@firestreaker2.gq``
# License
[MIT](https://github.com/FireStreaker2/GitHub-Stats/blob/main/LICENSE)