Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 579 Bytes

Todo-list

Ember frontend coding exercise for interviews

Goals

  1. Build a todo list that is capable of adding, removing, and editing different tasks.

  2. Add the ability to add, remove, edit sub tasks a) Removing a task removes its subtasks

  3. 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