Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 748 Bytes

File metadata and controls

29 lines (18 loc) · 748 Bytes

GitHub Profile Explorer

Live Demo: https://github-profile-explorer-opal.vercel.app/

A web application that lets users explore GitHub profiles and repositories in a clean, interactive UI.
Powered by the GitHub REST API and deployed on Vercel.


🚀 Features

  • 🔍 Search GitHub users by username
  • 👤 View profile details (avatar, username, bio, followers, following)
  • 📦 List public repositories with stats (stars, language, description)
  • 🧠 Real-time API fetching from GitHub
  • 🔗 Quick links to GitHub profile & individual repositories

🛠️ Tech Stack

  • Frontend: React / Next.js
  • Data Fetching: GitHub REST API
  • Styling: Tailwind CSS
  • Deployment: Vercel