Skip to content

souravsolutions/github-stats-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Stats

Small full-stack app that shows a GitHub profile dashboard.

  • The backend calls GitHub GraphQL (v4), aggregates stats, and returns JSON.
  • The frontend lets you search by username and displays the results.

Deployed API

Folder Structure

.
├── client/   # React + Vite frontend
└── server/   # Express + TypeScript API

Run Locally

  • Backend setup: server/README.md
  • Frontend setup: client/README.md

Releases

No releases published

Packages

 
 
 

Contributors