https://github.com/yuyinws/stargazers
⭐️ Analyze and explore the stars of any GitHub user.
https://github.com/yuyinws/stargazers
github-stars gitub stars
Last synced: 8 months ago
JSON representation
⭐️ Analyze and explore the stars of any GitHub user.
- Host: GitHub
- URL: https://github.com/yuyinws/stargazers
- Owner: yuyinws
- Created: 2023-08-10T08:26:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:07:19.000Z (over 1 year ago)
- Last Synced: 2025-01-15T22:17:59.586Z (over 1 year ago)
- Topics: github-stars, gitub, stars
- Language: TypeScript
- Homepage: https://star.yuy1n.io/
- Size: 193 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐️ Stargazers
Analyze and explore the stars of any GitHub user.
## Introduce
[Stargazers](https://star.yuy1n.io) is a web application that allows you to add unlimited GitHub accounts and analyze and explore the star list of these accounts.



## Features
- Supports adding unlimited GitHub accounts.
- Supports adding accounts via various methods such as user search, GitHub OAuth, or one-click button (powered by [UserScript](#UserScript)).
- Supports querying based on star time, programming languages, repository information and more.
- Supports analyzing star lists.
- Dark mode support.
- Mobile end support.
## UserScript

[Install from greasyfork](https://greasyfork.org/en/scripts/474055-add-to-stargazers)
A UserScript that adds a button on the GitHub user profile page, allowing you to easily add it to stargazers.
## Troubleshooting
All data is stored in the browser's IndexedDB. If you encounter any unexpected errors, you can try to delete the IndexedDB either from the [settings page](http://stargazers.dev/settings/indexdb) or manually (F12-Application-IndexedDB), then refresh the page.
## Build with
[NextJS](https://nextjs.org/)
[shadcn/ui](https://ui.shadcn.com/docs/installation/next)
[IndexedDB](https://github.com/jakearchibald/idb)
[GitHub GraphQL API](https://docs.github.com/en/graphql)
[Vercel](https://vercel.com/)