Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 662 Bytes

File metadata and controls

26 lines (21 loc) · 662 Bytes

GitSearch

A simple web application that allows you to search for any GitHub username and display their repositories with details like:

  • Repository name
  • Description
  • GitHub link
  • Homepage link (if available)

Features

  • Fetches repositories using GitHub API.
  • Displays results in a clean Bootstrap card layout.
  • Shows alert when the user is not found.
  • Responsive design.

Technologies Used

  • HTML
  • CSS (Bootstrap)
  • JavaScript (Fetch API)

Usage

  1. Enter a GitHub username in the input field.
  2. Click the "Search" button.
  3. The repositories will be displayed with their details.

License

This project is licensed under the MIT License.