Its a simple To-do list app where users can create a list of tasks under each list and maintain a set of such lists.
- Implemented OOP
- Created the model for the ToDo item
- Allowed the user to create a new to-do list
- Added items to each to-do list
- Used NSCoding for caching
- Displayed correctly in both landscape and portrait orientations
- Used Storyboard to layout all the Scenes and connected them
- Allowed the user to check off and remove completed items
- iOS 9.0+
- Xcode 11+
- Swift 3+
