github-search

GithubSearch React Application

Overview

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.

Features

Getting started

  1. Clone repository to your local machine:
    git clone https://github.com/your-username/github-search.git
    
  2. Install dependencies using npm or yarn:
npm install
# or
yarn install

Usage

  1. Enter the GitHub login name of the user you want to search for.
  2. Click the “Submit” button to fetch and display project and commit details.
  3. Explore the last 5 updated projects, including information on project updates and the last 5 commits for each project.

Technologies Used