Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inoles/taskmaster
An iOS app for ToDo list with CoreData
https://github.com/inoles/taskmaster
coredata coredata-model data-management design-patterns ios ios-app mobile-app objective-c todo-list user-interface xcode
Last synced: 25 days ago
JSON representation
An iOS app for ToDo list with CoreData
- Host: GitHub
- URL: https://github.com/inoles/taskmaster
- Owner: iNoles
- License: gpl-3.0
- Created: 2024-04-13T02:03:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T01:01:26.000Z (about 2 months ago)
- Last Synced: 2024-09-29T02:20:59.480Z (about 1 month ago)
- Topics: coredata, coredata-model, data-management, design-patterns, ios, ios-app, mobile-app, objective-c, todo-list, user-interface, xcode
- Language: Objective-C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TaskMaster App
TaskMaster App is a simple iOS application built with Objective-C that allows users to manage tasks using Core Data.
## Features
- Add new tasks with title and description
- Mark tasks as completed
- Edit existing tasks
- Delete tasks
- Persistent storage using Core Data## Installation
To run the Task List App locally, follow these steps:
1. Clone the repository:
```bash
https://github.com/iNoles/TaskMaster.git
```
2. Open the project in Xcode:
```
cd task-list-app
open TaskListApp.xcodeproj
```
3. Build and run the app using Xcode.## Usage
1. Launch the app on your iOS device or simulator.
2. View your existing tasks on the main screen.
3. Tap the "+" button to add a new task.
4. Tap on a task to mark it as completed.
5. Swipe left on a task to edit or delete it.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.