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
·

142 Repos

Awesome GitHub RepositoriesExample Applications

Demonstration projects showing implementation patterns and best practices.

Explore 142 awesome GitHub repositories matching part of an awesome list · Example Applications. Refine with filters or upvote what's useful.

Awesome Example Applications GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229Auf GitHub ansehen↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    Official collection of small framework examples.

    TypeScript
    Auf GitHub ansehen↗10,229
  • fullstackio/flappyswiftAvatar von fullstackio

    fullstackio/FlappySwift

    9,694Auf GitHub ansehen↗

    FlappySwift is a side-scrolling arcade game implementation built for Apple platforms. Developed using the Swift programming language, this 2D game project features a physics-based environment where a player controls a character to avoid obstacles. The project utilizes the SpriteKit framework to handle rigid body dynamics, gravitational forces, and sprite-based rendering. Game flow is managed through a state machine that controls transitions between the start menu, active gameplay, and game over screens. The implementation covers 2D physics simulation, including bounding-box collision detecti

    A game implementation demonstrating basic mechanics and syntax.

    Swift
    Auf GitHub ansehen↗9,694
  • robb/cartographyAvatar von robb

    robb/Cartography

    7,328Auf GitHub ansehen↗

    Cartography is a declarative layout engine and constraint management framework for Swift. It provides a domain-specific language to define, group, and prioritize user interface layout rules, abstracting the process of positioning and aligning visual components. The framework distinguishes itself through a fluent API and the use of overloaded operators to define relationships between view attributes. It enables the bundling of multiple layout rules into single units, allowing for the dynamic swapping of constraint groups at runtime to transition views between different positional states. The

    A declarative DSL for managing layout constraints.

    Swift
    Auf GitHub ansehen↗7,328
  • nalexn/clean-architecture-swiftuiAvatar von nalexn

    nalexn/clean-architecture-swiftui

    6,571Auf GitHub ansehen↗

    This is a demonstration and template project that applies Clean Architecture principles to SwiftUI application development. It implements a layered architecture that separates presentation, business logic, and data access into independent layers, with unidirectional data flow managed through a single immutable app store that serves as the sole source of truth for all screens. The project distinguishes itself through its implementation of interactor-driven business logic, where all domain rules and workflows live in stateless objects that receive requests and update the central store. Dependen

    Clean architecture production setup demo.

    Swiftarchitectureclean-architecturecleanarchitecture
    Auf GitHub ansehen↗6,571
  • dimillian/movieswiftuiAvatar von Dimillian

    Dimillian/MovieSwiftUI

    6,529Auf GitHub ansehen↗

    MovieSwiftUI ist eine Film-Discovery-Anwendung, die mit SwiftUI erstellt wurde und in die MovieDB-API integriert ist, um Filminformationen, Bewertungen und Metadaten abzurufen und anzuzeigen. Sie fungiert als plattformübergreifende Apple-Anwendung und bietet eine konsistente Benutzererfahrung über iOS und macOS hinweg aus einer einzigen Codebasis. Das Projekt implementiert einen reaktiven Datenfluss unter Verwendung von Combine, um den globalen Anwendungsstatus mit der Benutzeroberfläche zu synchronisieren. Es verwendet einen unidirektionalen Datenfluss und einen zentralen Store, um eine Single Source of Truth über verschiedene Bildschirme und Komponenten hinweg zu wahren. Die Anwendung nutzt deklarative UI-Komposition und eine Multi-Plattform-Layout-Engine, um die Oberfläche an verschiedene Bildschirmgrößen anzupassen. Daten werden über REST-basiertes Fetching verarbeitet, um die Oberfläche mit Echtzeit-Inhalten zu befüllen.

    Movie database app using Combine.

    Swift
    Auf GitHub ansehen↗6,529
  • staltz/rxmarblesAvatar von staltz

    staltz/rxmarbles

    4,203Auf GitHub ansehen↗

    RxMarbles ist ein interaktiver Stream-Visualizer und Playground für reaktive Programmierung. Er dient als Tool zur Simulation und Visualisierung des Verhaltens von RxJS-Operatoren mittels Marble-Diagrammen. Das Tool ermöglicht es Benutzern, das Timing und die Sequenz von Datenpunkten durch Ziehen entlang einer Zeitachse zu manipulieren, um zu beobachten, wie Operatortransformationen in Echtzeit reagieren. Diese interaktiven Diagramme können in eindeutige URLs serialisiert werden, was die Generierung von Permalinks ermöglicht, um spezifische Operator-Beispiele und Stream-Zustände zu teilen. Das System deckt die Visualisierung asynchroner Datenströme und die Simulation von Operator-Logik ab. Es bietet Funktionen zur Dokumentation des Verhaltens reaktiver Streams und zum Debugging des Timings von Datenereignissen.

    Interactive diagrams for reactive observables.

    JavaScript
    Auf GitHub ansehen↗4,203
  • glock45/swifterAvatar von glock45

    glock45/swifter

    4,018Auf GitHub ansehen↗

    Swifter ist eine leichtgewichtige HTTP-Server-Engine und Netzwerkbibliothek für die Programmiersprache Swift. Sie bietet eine minimale Netzwerkschicht, die für das Hosten interner Webdienste, den Bau serverseitiger Anwendungen und die Implementierung benutzerdefinierter HTTP-Server entwickelt wurde. Das Projekt ermöglicht die Erstellung eingebetteter Webdienste für Fernsteuerung oder Statusüberwachung und unterstützt leichtgewichtiges Web-Hosting mit minimalem Footprint. Die Funktionen decken die Verwaltung von Raw-TCP-Verbindungen und Netzwerk-Sockets ab und nutzen einen Request-Response-Zyklus, um eingehende Daten in HTTP-Anfragen zu parsen und auf Handler-Funktionen abzubilden.

    A lightweight HTTP server engine for network applications.

    Swift
    Auf GitHub ansehen↗4,018
  • austinzheng/swift-2048Avatar von austinzheng

    austinzheng/swift-2048

    3,130Auf GitHub ansehen↗

    2048 for Swift

    A classic puzzle game built to showcase language features.

    Swift
    Auf GitHub ansehen↗3,130
  • nuxt/moviesAvatar von nuxt

    nuxt/movies

    2,217Auf GitHub ansehen↗

    🍿 A TMDB client built with Nuxt and View Transitions

    Media discovery client utilizing external movie database APIs.

    TypeScriptmoviesnuxtnuxt-template
    Auf GitHub ansehen↗2,217
  • ng-book/angular2-rxjs-chatAvatar von ng-book

    ng-book/angular2-rxjs-chat

    1,658Auf GitHub ansehen↗

    Example Chat Application using RxJS and Angular 2

    Chat application using reactive programming patterns.

    CSS
    Auf GitHub ansehen↗1,658
  • oxoyo/x-flowchart-vueAvatar von OXOYO

    OXOYO/X-Flowchart-Vue

    1,524Auf GitHub ansehen↗

    基于G6和Vue的可视化图形编辑器。A visual graph editor based on G6 and Vue.

    Flowchart editor component built with SVG and Vue.

    JavaScriptflowchartg6g6-editor
    Auf GitHub ansehen↗1,524
  • nuxt/hackernewsAvatar von nuxt

    nuxt/hackernews

    1,434Auf GitHub ansehen↗

    HackerNews clone built with Nuxt.

    Community-driven news aggregator clone for learning architecture.

    Vueisomorphicnuxtnuxt-template
    Auf GitHub ansehen↗1,434
  • kevinzhow/pnchart-swiftAvatar von kevinzhow

    kevinzhow/PNChart-Swift

    1,368Auf GitHub ansehen↗

    A simple and beautiful chart lib used in Piner and CoinsMan for iOS(https://github.com/kevinzhow/PNChart) Swift Implementation

    A library for creating charts and data visualizations.

    Swift
    Auf GitHub ansehen↗1,368
  • amitburst/hackernewsAvatar von amitburst

    amitburst/HackerNews

    1,306Auf GitHub ansehen↗

    A Hacker News reader iOS app written in Swift.

    A third-party client for browsing news content.

    Swift
    Auf GitHub ansehen↗1,306
  • staltz/matrixmultiplication.xyzAvatar von staltz

    staltz/matrixmultiplication.xyz

    1,215Auf GitHub ansehen↗

    Interactive matrix multiplication web application.

    TypeScript
    Auf GitHub ansehen↗1,215
  • wxxsw/swiftui-wechatAvatar von wxxsw

    wxxsw/SwiftUI-WeChat

    1,195Auf GitHub ansehen↗

    🇨🇳 Learn how to make WeChat with SwiftUI. 微信 7.0 🟢

    WeChat interface clone.

    Swiftswiftswiftuiswiftui2
    Auf GitHub ansehen↗1,195
  • hpique/swiftsingletonAvatar von hpique

    hpique/SwiftSingleton

    1,129Auf GitHub ansehen↗

    An exploration of the Singleton pattern in Swift

    A demonstration of the singleton design pattern implementation.

    Swift
    Auf GitHub ansehen↗1,129
  • staltz/mmmmm-mobileAvatar von staltz

    staltz/mmmmm-mobile

    957Auf GitHub ansehen↗

    ` yarn `

    React Native social network implementation.

    TypeScript
    Auf GitHub ansehen↗957
  • tigerb/easy-vueAvatar von TIGERB

    TIGERB/easy-vue

    903Auf GitHub ansehen↗

    Learn vueJS Easily :ghost:

    Basic implementation of a web app with Vuex and router.

    Vuevuevue-demovue-resource
    Auf GitHub ansehen↗903
  • unixzii/swiftui-2048Avatar von unixzii

    unixzii/SwiftUI-2048

    733Auf GitHub ansehen↗

    A 2048 game writing with SwiftUI.

    Game implementation.

    Swiftdemoiosmacos
    Auf GitHub ansehen↗733
Vorherige123456…8Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Example Applications