Skip to content

⭐️ Analyze and explore the stars of any GitHub user.

Notifications You must be signed in to change notification settings

yuyinws/stargazers

Repository files navigation

⭐️ Stargazers

Analyze and explore the stars of any GitHub user.

Introduce

Stargazers is a web application that allows you to add unlimited GitHub accounts and analyze and explore the star list of these accounts.

CleanShot 2023-08-28 at 21.35.29@2x

CleanShot 2023-08-28 at 20.43.28@2x

CleanShot 2023-08-28 at 20.55.31@2x

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).
  • Supports querying based on star time, programming languages, repository information and more.
  • Supports analyzing star lists.
  • Dark mode support.
  • Mobile end support.

UserScript

CleanShot 2023-08-28 at 21.15.21@2x

Install from greasyfork

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 or manually (F12-Application-IndexedDB), then refresh the page.

Build with

NextJS

shadcn/ui

IndexedDB

GitHub GraphQL API

Vercel