Skip to content

wcd6/GithubSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A github search app for developer program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors