GithubSearch is a React application that allows users to search for a GitHub user by their login name and retrieve information about the last 5 updated projects for that user. Additionally, it provides details on the last 5 commits for each project. The application utilizes the GitHub API to fetch the necessary data.
GitHub User Search: Enter the GitHub login name of a user to retrieve their information.
Project and Commit Details: View the last 5 updated projects for the user along with the last 5 commits for each project.
Error Handling: In case of user not found or other errors, the application provides informative error messages.
git clone https://github.com/your-username/github-search.git
npm install
# or
yarn install