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.