GithubSearch
A github search app for developer program.
Install / Use
/learn @wcd6/GithubSearchREADME
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
