GitHub User Search is a React application that allows users to search for GitHub users by their name and display the results in a table sorted by the number of followers.
- Search for GitHub users by name.
- Display search results in a table sorted by the number of followers.
- View the profile picture, username, and follower count for each user.
- Click on "View Profile" to open the GitHub profile in a new tab.
Make sure you have the following software installed on your machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/aniruddhparwal/github-search.git
-
Navigate to the project folder:
cd github-user-search
-
Install dependencies:
npm install
-
Start the development server:
npm start