Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/Clean-Swift/CleanStore

Last synced: 18 days ago
JSON representation

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.

Lists

README

        

# CleanStore

[![IDE](https://img.shields.io/badge/Xcode-10-blue.svg)](https://developer.apple.com/xcode/)
[![Language](https://img.shields.io/badge/swift-4-orange.svg)](https://swift.org)
[![Platform](https://img.shields.io/badge/iOS-12-green.svg)](https://developer.apple.com/ios/)
[![Build Status](https://travis-ci.org/Clean-Swift/CleanStore.svg?branch=master)](https://travis-ci.org/Clean-Swift/CleanStore)
[![License](https://img.shields.io/github/license/Clean-Swift/CleanStore.svg)](LICENSE)

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.