Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.53 KB

File metadata and controls

48 lines (32 loc) · 2.53 KB

Python-Django-Web-Development-To-do-App

Let us see how the app interface works by inspecting its functionalities.

Here is the main dashboard. Write your first to-do item and click on Add to list.

Alt text

Item has been added successfully to the to-do list.

Alt text

Write your second item to-do and click on Add to list.

Alt text

Item has been added successfully to the to-do list.

Alt text

Write your third to-do item and click on Add to list.

Alt text

Item has been added successfully to the to-do list.

Alt text

Mark as complete first to-do item.

Alt text

The completed to-do item is crossed-off.

Alt text

Edit the second to-do item using edit button.

Alt text

Edit the content and click on Update item.

Alt text

To-do item has been edited successfully.

Alt text

Similarly mark as complete the third to-do item. Now click on delete button to delete the first to-do item.

Alt text

Item has been deleted from the to-do list.

Alt text

Similarly, delete one more to-do item.

Alt text

Item has been deleted from the to-do list. Here we have updated to-do list.

Alt text