Overview
The GitHub Repository Search Tool is a web app that lets users search for GitHub repositories by keywords. It shows repository names, descriptions, and star counts, making it easy to find relevant projects.
Features
Keyword Search: Enter keywords to search for repositories.
Repository Info: View repository name, description, and star count.
Responsive Design: Modern, dark-themed UI for better readability.
Tech Stack
HTML: Structures the content.
CSS: Styles the application with a dark theme.
JavaScript: Manages search functionality and GitHub API interactions.
GitHub API: Fetches repository data.