TaskDeck is a basic to-do list app that grants users the ability to create, delete, and complete tasks.
Here's a walkthrough of the implemented feautures:
- Utilizes Realm database to store data locally on the device.
- Displays tasks on a table view.
- Users can swipe left or right to either complete or delete a task.
- Users can assign each task a date and/or title.
- Realm database
- UINavigationController
- Bar Button Item
- UITableView
- UISwipeActions
- UITextField
- Date Picker