-> A Simple Node based personalized WebApp for managing work.
-> Includes deadlines so as to keep you on track.
./startApp.sh-> The entire app runs inside a docker container be it the Web base application or the redis storage.
-> Once a task is added it cannot be modified, so take some time while adding the task specially the deadlines.
-> The groups columns helps to club one or more tasks together i.e helps in clubbing of tasks.
-> Tasks listed on 'deadline' are in sorted order as per their deadlines.
-> It only uses docker to run inside a protected environment.
-> Since it runs inside a container the first and primary requirement in for installation refer to installing docker.
-> Modules dependencies present in package.json, these will be installed in the node\_app docker container.
-> Currently no login feature added as it was solely meant to be a personal use app.