An open API service indexing awesome lists of open source software.

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.

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.