/TaskMe

iOS Task Manager sample

Primary LanguageObjective-C

TaskMe

Description

iOS app for managing Projects + Tasks

Requirements

  • Mac OSX
  • XCode 8

Setup

This repository is for the client only.

Before using, you must install and run the TasksServer.

** NOTICE :** Stopping the server while running will immediately delete all Projects and Tasks

Features

Projects

  • Add a new project
  • Edit a project name
  • View all projects in a list

Tasks

  • Add a new task
  • Edit a task title
  • Edit a task deadline
  • Mark a task as completed
  • View all tasks for a project in a list
  • Sort all tasks in a list by title or deadline

To-Do

  • Customize the Edit button
  • Improve Split View on iPad