awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesModular

Grouping related controllers, models, views, and configs into self-contained units for larger applications.

Distinct from Code Organization: Distinct from Code Organization: focuses on grouping related components into self-contained modules, not general code structuring patterns.

Explore 4 awesome GitHub repositories matching development tools & productivity · Modular. Refine with filters or upvote what's useful.

Awesome Modular GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • questpdf/questpdfAvatar von QuestPDF

    QuestPDF/QuestPDF

    14,088Auf GitHub ansehen↗

    QuestPDF is a C# PDF generation library and layout engine used to create structured documents, reports, and invoices. It utilizes a fluent API and a component-based layout approach to convert code into high-fidelity PDF and XPS files. The library distinguishes itself with a dedicated layout debugger that provides real-time previews, hot-reload capabilities, and visual boundary tools to map rendered elements back to source code. It also functions as an accessibility tool, providing semantic tagging and navigational aids to ensure documents comply with international accessibility and archival s

    Separates high-level document structure from specific section implementations using dedicated classes and modular methods.

    C#c-sharpdotnet-coreexport
    Auf GitHub ansehen↗14,088
  • toddmotto/angularjs-styleguideAvatar von toddmotto

    toddmotto/angularjs-styleguide

    5,919Auf GitHub ansehen↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    Provides guidelines for grouping related logic, templates, and routing into self-contained modules.

    angularangularjses2015
    Auf GitHub ansehen↗5,919
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter groups related controllers, models, views, and configs into self-contained units for larger applications.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • rstudio/shinyAvatar von rstudio

    rstudio/shiny

    5,608Auf GitHub ansehen↗

    Shiny is a framework for building interactive web applications using R code, eliminating the need for HTML, CSS, or JavaScript. At its core, it provides a reactive programming model that automatically tracks data dependencies and re-executes only the parts of an application that depend on changed inputs. The framework handles server-side UI rendering and maintains persistent WebSocket connections between the browser and server for real-time updates without page reloads. The framework distinguishes itself through deep integration with the R ecosystem, including the ability to embed interactive

    Splits large applications into self-contained modules with their own UI and server logic.

    Rrreactiverstudio
    Auf GitHub ansehen↗5,608
  1. Home
  2. Development Tools & Productivity
  3. Code Organization
  4. Modular