/Github-search-profile

This project is an interactive GitHub Profile Search application developed using HTML, CSS, and JavaScript. It allows users to search for GitHub profiles by username and view details about the user along with their repositories.

Primary LanguageCSSMIT LicenseMIT

GitHub Profile Search Application

Introduction

This project is an interactive GitHub Profile Search application developed using HTML, CSS, and JavaScript. It allows users to search for GitHub profiles by username and view details about the user along with their repositories.

Prerequisites

  • HTML
  • CSS
  • JavaScript

Features

  • Search for GitHub profiles by username.
  • Display user information such as name, bio, followers, following, and public repositories.
  • Display up to 5 repositories of the searched user.
  • Clickable links to GitHub repositories.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/github-profile-search.git
  2. Open index.html in your web browser.

Usage

  1. Enter the GitHub username you want to search for in the search bar.
  2. Press Enter or click the search button.
  3. The user's information and repositories will be displayed on the page.

API Used

The application uses the GitHub API to fetch user information and repositories.

How it Works

  • The application makes an API call to GitHub's API using Axios.
  • User information and repositories are fetched based on the entered username.
  • The fetched data is displayed on the webpage using HTML and CSS.

Credits

This project was created by [Sweta] as part of [Practise].

License

This project is licensed under the [License Name] License - see the LICENSE file for details.