Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nezteb/github-stars-dashboard
I have starred over 2,700 repos on GitHub, and it's difficult to track/organize them. This is a tool to easily visualize and search your GitHub stars.
https://github.com/Nezteb/github-stars-dashboard
gh-pages github node react-table stars typescript
Last synced: 4 months ago
JSON representation
I have starred over 2,700 repos on GitHub, and it's difficult to track/organize them. This is a tool to easily visualize and search your GitHub stars.
- Host: GitHub
- URL: https://github.com/Nezteb/github-stars-dashboard
- Owner: Nezteb
- License: mit
- Created: 2021-06-30T07:17:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T01:27:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:58:16.888Z (10 months ago)
- Topics: gh-pages, github, node, react-table, stars, typescript
- Language: TypeScript
- Homepage: https://nezteb.github.io/github-stars-dashboard/
- Size: 24.3 MB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub Stars Dashboard
https://user-images.githubusercontent.com/3588798/124159675-083f9680-da61-11eb-85aa-b5b72975f11a.mp4
_This repo is a mess, but it works!_
# About
Built with TypeScript (with liberal usage of `any`, which I will eventually fix), React, [Vite](https://vitejs.dev/), and [React Table](https://react-table.tanstack.com/).
# Build
`make` will build and then run the app locally. `make build` does just the build.
The `scripts` directory has the Node script that can be used to get your GitHub stars from their API. Export a `GITHUB_TOKEN` variable with a GitHub token that can read your user profile, and then run `make json` in the root to generate your own `scripts/stars.json`, which the React app will use to generate a searchable/filterable table.
To deploy to your own GitHub pages site, follow the instructions from the previous paragraph and then run `yarn deploy` which will use the [gh-pages](https://github.com/tschaub/gh-pages) tool to do the deploy.
# Other
The styling isn't great, I'll try to fix that eventually. PRs are welcome! I also quickly hacked this together so most of it is in single files that use `any` way too much, which I will also fix eventually.