#TO DO LIST
This app is a simple Web application to manage task to do with a title and a time
On your first use, this is what you will see :

Then click on the button Add Todo.
A dialog box will appear :
If you want to edit a task, or mark it as done, just long click on the task.
Another dialog box will appear :
And here you can modify or delete your task.
There's two activities in the project ;
Initializationwhere everything is orchestratedonCreateinitialized the application and the list of tasksetupListViewListenersetup the listener for the different task on the list (click and long click) and the edit dialog box showed beforeAddTODOis the function called when the buttonNew Taskis pressedUpdateandDeleteare the low-level function used for the persistency of the data
To build the project, run :
npm install
npm start
npm build
