GitSearch is a responsive GitHub Profile Finder web app that allows users to search for GitHub profiles and view detailed information in a clean and simple UI.
👉 Live Site: https://gitsearchh.netlify.app
- 🔎 Search GitHub users by username
- 👤 Displays user profile picture, name, bio
- 📊 Shows followers, following, and repositories count
- 📁 View list of public repositories
- 🌍 Displays additional details like:
- Location
- Company
- Blog / Website (clickable)
- Twitter username
- 📱 Fully responsive design (mobile & desktop)
- ⚡ Fast performance using Vite
- icons from react icons
- React
- Vite
- HTML
- CSS
- GitHub REST API
Follow these steps to run the project locally:
git clone https://github.com/aru-shi2/gitsearch.gitcd gitsearchnpm install npm run devhttp://localhost:5173.png)