hb2708 / To-Do-List

To-Do-List opensource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do-List

To-Do-List opensource

The goal of this project is to create a simple TO-DO list app with the following features:

  • Contains a tab bar with two tabs: “pending” and “done”.
  • Each tab shows a table view with the list of tasks in that state.
  • Allows the user to create a new task by tapping on a "+" button in the navigation bar (only in the “pending” tab). The user can then enter a name for the task. You can do this either on the same screen or on a separate screen.
  • Allows the user to delete a task by swiping it right to le
  • Allows the user to change a task's state to “done” or “pending” by simply tapping on it.

Sample Screen Shots

About

To-Do-List opensource


Languages

Language:Swift 97.4%Language:Ruby 1.7%Language:Objective-C 1.0%