A modern, responsive web application built with React + Vite that allows users to search for any GitHub profile, view their public repositories, bio, contribution streak, and GitHub stats. Includes a toggle for dark and light mode.
π Live Preview
Replace this link with your live site URL if hosted on Vercel, Netlify, etc.
- π Search any GitHub username
- π€ View user profile, avatar, bio & public repo count
- π¦ List of public repositories with descriptions
- π GitHub contribution stats & streak
- π Dark / Light mode toggle
- β‘ Fast build with Vite
- π± Fully responsive (Mobile + Desktop)
- Frontend: React, Vite, HTML5, CSS3
- API: GitHub REST API
- Hosting: Vercel
# 1. Clone the repository
git clone https://github.com/yourusername/github-profile-viewer.git
cd github-profile-viewer
# 2. Install dependencies
npm install
# 3. Run the development server
npm run dev