Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irangarcia/todo-list
The usual first app when learning a technology.
https://github.com/irangarcia/todo-list
mvvm swift swiftui
Last synced: 7 days ago
JSON representation
The usual first app when learning a technology.
- Host: GitHub
- URL: https://github.com/irangarcia/todo-list
- Owner: irangarcia
- Created: 2024-12-25T01:41:04.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T01:46:41.000Z (17 days ago)
- Last Synced: 2024-12-25T02:33:25.622Z (17 days ago)
- Topics: mvvm, swift, swiftui
- Language: Swift
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo List
First SwiftUI app to test knowledge of the framework, dive into the MVVM architecture, and understand the practical workings of storage with User Defaults.
### Technologies
- Swift 6
- SwiftUI
- Model-View-ViewModel (MVVM)