A React application that searches GitHub users and displays profile information and recent repositories using the GitHub API.
- Search GitHub users by username
- Profile card with avatar, bio, and stats
- Recent repositories list
- Loading and error handling
- React
- Vite
- JavaScript
- GitHub REST API
- useState
- Async API fetching
- Conditional rendering
- Controlled inputs