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 install
oryarn install
. - Start the development server with
npm start
oryarn start
. - Access the application at
http://localhost:3000
.
- React JS
- JavaScript
- GitHub API