GitPeek is a sleek, responsive web application that allows users to search for GitHub profiles by username and view detailed information such as profile picture, name, public repositories, followers, and more — all fetched live using the GitHub API.
- 🔍 Search GitHub users by username
- 🖼️ View profile picture, name, bio, followers, following, public repositories
- 📎 Quick link to view the full GitHub profile
- 💡 Built with React, TypeScript, and Material UI
- 🌐 Responsive and accessible UI
- ⚛️ React + Vite
- 📘 TypeScript
- 🎨 Material UI (MUI v5)
- ☁️ GitHub REST API
- 🌍 Context API for global state management
# Clone the repository
git clone https://github.com/your-username/gitpeek.git
cd gitpeek
# Install dependencies
npm install
# Start the development server
npm run dev