This example uses <todo-app
.
This is a complete To Do (or Actions, Task or Project) web application.
All it needs, apart from loading the component and adding <todo-app></todo-app>
to the page,
is a global array variable to hold the tasks. This variable will be persisted in the browser's local storage.
But, in real use, you would probably also want to use a database or some other form of external storage.
The todo-app
is enhanced for use with UIBUILDER for Node-RED. In that environment, you can easily
send a task list to connecting browser clients. Any updates done by the client will be automatically sent back to Node-RED.
An example Node-RED flow will be available in the Node-RED library if you are using UIBUILDER.