Skip to content

iNoles/TaskMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
https://github.com/iNoles/TaskMaster.git
  1. Open the project in Xcode:
cd task-list-app
open TaskListApp.xcodeproj
  1. 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.