GitHub User Search is a web application that allows users to search for GitHub users and view their repositories, followers, and public contributions. It integrates with the GitHub API to fetch user data and renders it using React. Site Live At: https://seegithubprofile.netlify.app/
- Search for GitHub users by their username
- Display user profile information including name, bio, and avatar
- View user's repositories with details like name, description, and number of stars
- Show a list of user's followers and their profile information
-
Clone the repository:
git clone https://github.com/your-username/github-user-search.git
-
Change to the project directory:
cd github-user-search -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open the application in your browser at http://localhost:3000.
- React
- mui
- Axios (for making HTTP requests)
- Bootstrap (for styling)
Contributions are welcome! If you find any bugs or want to add new features, please submit an issue or create a pull request.
This project is licensed under the MIT License.


