Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewbrns/todo-list
A simple todo list application to demonstrate TDD, good architecture and design patterns.
https://github.com/drewbrns/todo-list
ios swift swift5 tdd
Last synced: 24 days ago
JSON representation
A simple todo list application to demonstrate TDD, good architecture and design patterns.
- Host: GitHub
- URL: https://github.com/drewbrns/todo-list
- Owner: drewbrns
- License: mit
- Created: 2021-08-31T11:16:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T22:15:47.000Z (over 2 years ago)
- Last Synced: 2024-11-19T23:51:16.555Z (3 months ago)
- Topics: ios, swift, swift5, tdd
- Language: Swift
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Swift Version][swift-image]][swift-url]
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/drewbrns/todo-list/actions/workflows/CI.yml/badge.svg)](https://github.com/drewbrns/todo-list/actions/workflows/CI.yml)# Todo!
A simple todo list application to demonstrate TDD, good architecture and design patterns.## Requirements
- iOS 14.5+
- Xcode 12.5+[swift-image]:https://img.shields.io/badge/swift-5.4-orange.svg
[swift-url]: https://swift.org/