Skip to content

Latest commit

Β 

History

History
37 lines (25 loc) Β· 1.21 KB

File metadata and controls

37 lines (25 loc) Β· 1.21 KB

πŸš€ GitHub Profile Analyzer

A sleek, modern GitHub Profile Analyzer built with React.js. Enter a GitHub username to fetch and visualize their profile data, top repositories, language usage, and recent activities with beautiful UI and charts.


🌟 Features

  • πŸ” Real-time GitHub username search
  • πŸ“Š Dynamic statistics visualization (Top Repositories, Languages)
  • πŸ“… Recent public activity timeline
  • ✨ Responsive & animated modern UI

πŸ–ΌοΈ Preview

Screenshot 2025-07-05 133800 Screenshot 2025-07-05 133827 Screenshot 2025-07-05 134455 image

πŸ› οΈ Tech Stack

  • Frontend: React.js, CSS3, Chart.js, Icons8
  • Backend (API): GitHub REST API v3
  • Utilities: Axios, Zustand, Custom Hooks & Components

πŸ“¦ Installation

git clone https://github.com/your-username/github-profile-analyzer.git
cd github-profile-analyzer
npm install
npm start