awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kamranahmedse avatar

kamranahmedse/githunt

0
View on GitHub↗
3,089 نجوم·285 تفرعات·JavaScript·mit·8 مشاهداتkamranahmed.info/githunt↗

Githunt

GitHub Hunt is a client-side web application that serves as a browser for discovering the most popular GitHub repositories, sorted by their weekly star counts. It fetches trending project data from the GitHub API and caches it locally to avoid redundant network requests during a session.

The interface allows users to filter the displayed projects by programming language, focusing on repositories relevant to a specific tech stack. It also provides the ability to switch between list and grid view modes, arranging project cards in a responsive layout using CSS Grid properties for the grid view.

Features

  • Trending Project Browsers - Browses the most popular GitHub projects sorted by weekly star counts.
  • GitHub API Integrations - Fetches trending repository data from the GitHub API and caches it locally for display.
  • Trending Project Trackers - Browses the most popular GitHub projects sorted by weekly star counts to find trending open-source repositories.
  • Client Side Rendering - Renders the entire user interface in the browser by manipulating the DOM with JavaScript.
  • View Toggling - Switches between list and grid layouts by applying CSS classes to the rendered DOM elements.
  • Language-Based Filters - Filters displayed projects to only those written in a chosen programming language.
  • Cross-Request Data Caches - Stores fetched GitHub API responses in memory to avoid redundant network requests during a session.
  • Client-Side Filters - Filters the fetched project list by a selected programming language using client-side logic.
  • Grid and List Views - Toggles the project display between a compact list and a visual grid layout.
  • Grid Layout Systems - Arranges project cards in a responsive grid using CSS Grid properties for the grid view mode.

سجل النجوم

مخطط تاريخ النجوم لـ kamranahmedse/githuntمخطط تاريخ النجوم لـ kamranahmedse/githunt

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Githunt

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Githunt.
  • huangjianke/gitterالصورة الرمزية لـ huangjianke

    huangjianke/Gitter

    3,681عرض على GitHub↗

    Gitter is a GitHub API client and mobile interface designed to provide mobile access to repositories and user profiles. It functions as a GitHub WeChat Mini Program client, allowing users to browse software projects and read documentation within a lightweight mobile environment. The project includes a dedicated poster generator that uses canvas-based image generation to create shareable visual summaries of repositories for social media promotion. The application covers open source discovery through repository search and trending project filtering. It also features a markdown renderer to conv

    JavaScript
    عرض على GitHub↗3,681
  • carguo/gsy_github_app_flutterالصورة الرمزية لـ CarGuo

    CarGuo/gsy_github_app_flutter

    15,457عرض على GitHub↗

    This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub GraphQL client and OAuth mobile app, providing a mobile interface for browsing repositories, issues, and user profiles. It is also designed as an open-source architecture reference to demonstrate Flutter best practices, state management, and multi-language localization. The application distinguishes itself by using GraphQL queries to retrieve nested repository and user information, reducing network requests and over-fetching. It utilizes a shared Dart codebase to provide a consist

    Dartandroidcross-platformdart
    عرض على GitHub↗15,457
  • up-for-grabs/up-for-grabs.netالصورة الرمزية لـ up-for-grabs

    up-for-grabs/up-for-grabs.net

    5,976عرض على GitHub↗

    This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!

    JavaScriptgood-first-issuehelp-wantedjavascript
    عرض على GitHub↗5,976
  • github-tools/githubالصورة الرمزية لـ github-tools

    github-tools/github

    3,728عرض على GitHub↗

    Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from browser-based environments. It serves as a programmatic interface for managing repositories, issues, pull requests, and user profiles. The library provides a high-level wrapper that organizes API functionality into resource-specific namespaces. It implements an asynchronous promise interface and includes mechanisms for pagination-aware data fetching and rate-limit tracking to prevent service interruptions. The tool covers a broad range of administrative capabilities, including

    JavaScript
    عرض على GitHub↗3,728
عرض جميع البدائل الـ 30 لـ Githunt→

الأسئلة الشائعة

ما هي وظيفة kamranahmedse/githunt؟

GitHub Hunt is a client-side web application that serves as a browser for discovering the most popular GitHub repositories, sorted by their weekly star counts. It fetches trending project data from the GitHub API and caches it locally to avoid redundant network requests during a session.

ما هي الميزات الرئيسية لـ kamranahmedse/githunt؟

الميزات الرئيسية لـ kamranahmedse/githunt هي: Trending Project Browsers, GitHub API Integrations, Trending Project Trackers, Client Side Rendering, View Toggling, Language-Based Filters, Cross-Request Data Caches, Client-Side Filters.

ما هي البدائل مفتوحة المصدر لـ kamranahmedse/githunt؟

تشمل البدائل مفتوحة المصدر لـ kamranahmedse/githunt: carguo/gsy_github_app_flutter — This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub… huangjianke/gitter — Gitter is a GitHub API client and mobile interface designed to provide mobile access to repositories and user… up-for-grabs/up-for-grabs.net — This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to… octokit/octokit.rb — Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a… github-tools/github — Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from… pygithub/pygithub — PyGithub is a Python library that serves as an object-oriented wrapper for the GitHub REST API. It functions as a…