awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Clean-Swift avatar

Clean-Swift/CleanStore

0
View on GitHub↗
1,923 stele·309 fork-uri·Swift·MIT·6 vizualizăriclean-swift.com/clean-swift-ios-architecture↗

CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.

Features

  • Clean Architecture - Sample app demonstrating the Clean Swift architecture.

Istoric stele

Graficul istoricului de stele pentru clean-swift/cleanstoreGraficul istoricului de stele pentru clean-swift/cleanstore

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru CleanStore

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CleanStore.
  • rmanguinho/clean-ts-apiAvatar rmanguinho

    rmanguinho/clean-ts-api

    1,913Vezi pe GitHub↗

    This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to support scalable server-side development. It provides a structured environment for building applications that require secure user authentication, role-based access control, and interactive data collection workflows. The framework distinguishes itself by enforcing a strict separation of business logic from infrastructure concerns through a layered design and dependency injection. It utilizes a schema-first approach to expose application functionality simultaneously through REST

    TypeScriptclean-architectureclean-codecoveralls
    Vezi pe GitHub↗1,913
  • stemmlerjs/ddd-forumAvatar stemmlerjs

    stemmlerjs/ddd-forum

    2,088Vezi pe GitHub↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    Vezi pe GitHub↗2,088
  • emrcftci/cleanswiftarchitecturegeneratorE

    emrcftci/CleanSwiftArchitectureGenerator

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • sergdort/cleanarchitecturerxswiftAvatar sergdort

    sergdort/CleanArchitectureRxSwift

    4,100Vezi pe GitHub↗

    This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and

    Swift
    Vezi pe GitHub↗4,100
Vezi toate cele 5 alternative pentru CleanStore→

Întrebări frecvente

Ce face clean-swift/cleanstore?

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.

Care sunt principalele funcționalități ale clean-swift/cleanstore?

Principalele funcționalități ale clean-swift/cleanstore sunt: Clean Architecture.

Care sunt câteva alternative open-source pentru clean-swift/cleanstore?

Alternativele open-source pentru clean-swift/cleanstore includ: rmanguinho/clean-ts-api — This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… emrcftci/cleanswiftarchitecturegenerator. sergdort/cleanarchitecturerxswift — This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes… tiagomartinho/reminders.