200-JAVASCRIPT-PROJECT

GitHub User Search

Description

The GitHub User Search project is a web application that allows users to search for GitHub profiles by username. Upon entering a username, the application fetches and displays the user’s profile information, including their avatar, name, bio, repositories, followers, and following count. This project leverages the GitHub API to provide real-time data about GitHub users.

Features

Technologies Used

Setup

To set up and run the GitHub User Search project:

  1. Clone the Repository: Clone the project repository to your local machine using the following command:

    git clone <repository_url>
    
  2. Navigate to the Project Directory: Open your terminal or command prompt and navigate to the directory where you cloned the project.

  3. Open Index.html: Open the index.html file in your preferred web browser to view the GitHub User Search.

  4. Search for a User: Enter a GitHub username in the search input and click the search button to fetch and display the user’s profile information.

Example Usage

  1. Open the application: Launch the index.html file in a web browser.
  2. Enter username: Type a GitHub username (e.g., octocat) in the search input field.
  3. View results: Click the search button to see the user’s profile information and their public repositories.