https://github.com/regulargeek/taskmanagerapp
An iOS task management app built with Core Data and local notifications. Add, edit, and manage daily tasks with reminders and due dates.
https://github.com/regulargeek/taskmanagerapp
core-data local-notification reminders swift task-manager uikit
Last synced: 9 months ago
JSON representation
An iOS task management app built with Core Data and local notifications. Add, edit, and manage daily tasks with reminders and due dates.
- Host: GitHub
- URL: https://github.com/regulargeek/taskmanagerapp
- Owner: RegularGeek
- Created: 2025-07-13T23:54:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T23:59:20.000Z (11 months ago)
- Last Synced: 2025-07-14T01:34:04.102Z (11 months ago)
- Topics: core-data, local-notification, reminders, swift, task-manager, uikit
- Language: Swift
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.