Ember frontend coding exercise for interviews
-
Build a todo list that is capable of adding, removing, and editing different tasks.
-
Add the ability to add, remove, edit sub tasks a) Removing a task removes its subtasks
-
Bulk actions a) Being able to delete multiple tasks at the same time
It is up the developer working on this to choose what UI will get built. It doesn't need to be fancy or styled in any particular way. Functionality is the most important thing
There is no backend to save data so everything will be stored in local state