Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogyy/ghsearcher
searching user & user's repo
https://github.com/yogyy/ghsearcher
github-api
Last synced: 6 days ago
JSON representation
searching user & user's repo
- Host: GitHub
- URL: https://github.com/yogyy/ghsearcher
- Owner: yogyy
- Created: 2023-09-20T11:38:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T17:13:15.000Z (about 1 year ago)
- Last Synced: 2024-05-30T02:21:41.681Z (6 months ago)
- Topics: github-api
- Language: TypeScript
- Homepage: https://yogyy.github.io/ghsearcher/
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-searcher
**gh-searcher** is a lightweight web application for searching GitHub users and their repositories using the GitHub API, powered by Octokit.
## Tech Stack
- Frontend Framework: React with Vite
- Styling: Tailwind CSS
- UI Components: shadcn/ui (Radix UI)
- State Management: Zustand (with middleware for session storage)
- Data Fetching: Octokit (GitHub API), React Query
- Language: TypeScript## Features
- **User Search**: Enter a GitHub username to find detailed user profiles.
- **User's Repositories**: Explore the repositories of a GitHub user to discover their projects.
- **See Project Stars**: View the number of stars a GitHub repository has to gauge its popularity.
- **Fast and Simple**: Quickly find the information you need without unnecessary complexity.
## Getting Started
To get started with gh-searcher, follow these steps:
1. **Visit the Website**: Go to [https://yogyy.github.io/ghsearcher/](https://yogyy.github.io/ghsearcher).
2. **Search Users**: Enter a GitHub username in the search bar and click "Search."
3. **Explore Repositories**: Click on a user name to view their repositories.
Enjoy the simplicity and efficiency of gh-searcher for your GitHub user and repository searches, powered by Octokit!