Todo organizer that takes a string and adds it to a list view
- iOS Deployement target >= 13.0
- Xcode version >= 12.5.1
- Clone the repo
- Open the project from the
.xcodeproj
- Run the ToDoOrganizer target on an iPhone simulator
UI Layer is using the MVVM pattern. Navigation is implemented with the Coordinator pattern. I tried to keep the project as modular as possible to be able to easily unit tests.
The following files where copy-pasted in the project:
- CoordinatorProtocol
- Storyboarded