Route URL : /todo or default route
The Project consists of the following functionalities :
- The Client can add a todo either by clicking "Add" or using keystrokes from keyboard.
- The Client can delete the todo created.
- The Client can update the todo by clicking on the todo title, the content would then become editable, from where the client can update the changes.
- The Client can select the todo and move it to the list of completed todos.
- The todo is preserved in the localStorage.Hence, even if the client refereshes the page, the list would be preserved.
Route URL : /finder
The count of maximum subsequences of '123' would be printed for the corresponding first 100000 digits of PI. Since the data is having lot of digits to handle, so the processing would take some time to fetch results. In case you want to test the logic , please uncomment the $scope.seq value of 10 digits to get quick results.
Thanks, Sumodh Nair