To View Demo, Please click here
It is a Simple ToDoList using AngularJS.
Download the to-do-list folder and install the required packages and run the application.
npm install
ng serve
- By clicking ADD Button We can add values to the todolist.
- If we check the items in todolist, it will move to the completed List.
- The uncheked items will remain in the Active list.
- If we click the clear completed button, the completed list will be cleared.
- If we click the All Button, then all the items in Active List and Completed List will be displayed.



