SkillAgentSearch skills...

GithubSearch

A github search app for developer program.

Install / Use

/learn @wcd6/GithubSearch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FastDex

A simple GitHub user explorer built with React + Vite.

What it does

  • Search any GitHub user
  • View their public repos
  • Check followers, repos count, and other stats

Stack

| Tech | Version | |------|---------| | React | 18.x | | Vite | 5.x | | Font Awesome | 6.5.1 |

Setup

npm install
npm run dev

Open http://localhost:5173

API

Uses the public GitHub REST API:

GET https://api.github.com/users/{username}
GET https://api.github.com/users/{username}/repos

No auth required for basic requests. Rate limit: 60 req/hour.

Project Structure

src/
├── components/
│   ├── Header.jsx
│   ├── Hero.jsx
│   ├── Features.jsx
│   ├── GitHubSearch.jsx
│   ├── JoinProgram.jsx
│   └── Footer.jsx
├── assets/
├── App.jsx
├── App.css
└── main.jsx

Build

npm run build

Output goes to dist/


Contact: admin@fastdex.space

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated1mo ago
Forks0

Languages

CSS

Security Score

90/100

Audited on Feb 12, 2026

No findings