Skip to content

GitHub Profile Viewer – A React + Vite web app that lets users search for GitHub profiles, view repositories, contributions, and stats in a clean and interactive interface. Perfect for quickly exploring GitHub accounts and tracking developer activity.

Notifications You must be signed in to change notification settings

anon381/GitHub-Profile-Viewer

Repository files navigation

GitHub Profile Viewer

This project is a web app for viewing GitHub profiles, built with React and Vite.

What does it do?

Features

  • Basic Profile Info

    • Avatar (profile picture)
    • Name
    • Bio
  • Statistics

    • Followers
    • Following
    • Public repository count
  • Repositories

    • Latest public repositories
    • Stars per repository
  • Activity / Status

    • GitHub status (active/recently online)
    • Number of commits
    • Number of contributions (yearly contribution graph)
  • Gamification

    • GitHub trophies

Usage

  1. Enter any GitHub username in the input field.
  2. View the user's profile info, latest repositories, and contributions.
  3. See their GitHub trophies and activity stats.

How to use

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Open your browser to the local server URL (usually http://localhost:5173)

Features

  • Search for any GitHub user by username

  • Clean, modern UI

  • See user profile details and repositories

  • Built with React functional components and hooks


Tech Stack

  • React
  • Vite
  • JavaScript (ES6+)

About

GitHub Profile Viewer – A React + Vite web app that lets users search for GitHub profiles, view repositories, contributions, and stats in a clean and interactive interface. Perfect for quickly exploring GitHub accounts and tracking developer activity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published