/Todoey

To list application using main data persistence libraries

Primary LanguageSwift

Todoey

Description

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.

Features

  • 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.

Technologies Used

  • Swift
  • Storyboard
  • Core Data
  • Realm

Getting Started

Prerequisites

  • Xcode installed on your machine.

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/your-username/ios-todo-app.git