GitHub User Search is a React-based web application that enables users to search for GitHub users by their username. It utilizes the GitHub API to fetch user data based on the provided query.
- Search: Enter a username and click "Search" to fetch GitHub users.
 - User Profiles: View user profiles with their profile picture and GitHub username.
 
- Clone the repository.
 - Install dependencies with 
npm installoryarn install. - Start the development server with 
npm startoryarn start. - Access the application at 
http://localhost:3000. 
- React JS
 - JavaScript
 - GitHub API