This iOS To-Do app is a project developed during the iOS development course. It allows users to manage tasks easily by creating, marking as done or undone, and categorizing them. The app utilizes Swift for the coding, Storyboard for the UI, and Core Data for persistent data storage on the device.
- Create tasks with text descriptions.
- Mark tasks as done or undone.
- Categorize tasks for better organization.
- Persistent storage using Core Data ensures data is retained even when the app is closed.
- Swift
- Storyboard
- Core Data
- Realm
- Xcode installed on your machine.
- Clone the repository to your local machine.
git clone https://github.com/your-username/ios-todo-app.git