ICP 4 - mandaaparna/WEB GitHub Wiki
Click Here
Click Here Create an app to perform the basic To do list operations using Angular elements.
Here for developing the application I have created a text field to capture the to do items and a button to add the item to the list. Whenever user selects an Add Item, Todo controller is invoked and the view will change accordingly by the push items presented. Also provided check box and delete option for the list items. Once the item is deleted a counter is automatically set to the current count in the list. Todo App:
List of items added to the Todo
Checking the status
Deleted the completed items and can see the counter automatically set to the current list item count
Below are the screenshots of output:

Click Here Create an app to perform the basic To do list operations using Angular elements.
Here for developing the application I have created a text field to capture the to do items and a button to add the item to the list. Whenever user selects an Add Item, Todo controller is invoked and the view will change accordingly by the push items presented. Also provided check box and delete option for the list items. Once the item is deleted a counter is automatically set to the current count in the list. Todo App:

List of items added to the Todo

Checking the status

Deleted the completed items and can see the counter automatically set to the current list item count

Here I am Building a simple app to perform the basic arithmetic operations using the Angular elements.
Below are the screenshots of output:

