A simple web app to search and view GitHub user profiles by username.
- Enter a GitHub username and fetch their profile.
- Displays avatar, bio, public repos, followers, etc.
- Uses GitHub API.
- Built with React + Tailwind CSS + Vite.
- React
- Vite
- Tailwind CSS
- GitHub REST API
git clone https://github.com/sroiis/github-profile-viewer.git
cd github-profile-viewer
npm install
npm run dev