Create a simple Todo list with the following:
- The application should have lunch screen with TODO logo
- The first pages should have add button. When the user click on the add button the application should allow user to write
- When the user click done button, the keyboard should be hidden and the add button shown in the last cell of the table
- When the user click edit button, the delete button should appears on left side of each cells to enable user delete specific cell
- When the user click trash button, it will shows alert saying that "Are you sure you want to delete all the tasks", if user click on yes, all the tasks in the table cells will be deleted