Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 401 Bytes

File metadata and controls

19 lines (15 loc) · 401 Bytes

Task Manager App

A local to-do manager with notification and data persistence.

Features

  • Add, edit, delete tasks
  • Set due date with reminders
  • Local storage with Core Data
  • Daily notification alerts

Tech Stack

  • Swift, UIKit
  • Core Data
  • UserNotifications

Getting Started

  1. Clone the repo and open in Xcode.
  2. Grant notification permission.
  3. Schedule and manage tasks locally.