Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.76 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.76 KB

Github-Search-App

A web application built using JavaScript that allows users to search for repositories and users on GitHub. It leverages the GitHub API to fetch and display search results in real-time. image

Key Features

  1. User Interface: The app has a clean and user-friendly interface that enables users to enter their search queries easily.

  2. Search Functionality: Users can enter keywords related to repositories or GitHub users they want to find. The app sends the search query to the GitHub API and retrieves matching results.

  3. Real-time Updates: As the user types in their search query, the app provides real-time updates to the displayed results, making it efficient and responsive.

  4. Repository Results: When users search for repositories, the app displays relevant repositories along with important details such as the repository name, description, stars, forks, and the username of the repository owner.

  5. User Results: For user searches, the app shows a list of matching GitHub users, complete with their profile pictures, usernames, and a brief bio or description.

  6. Responsive Design: The app is designed to be responsive, ensuring that it functions well and looks great across various devices, including desktops, tablets, and mobile phones.