Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 248 Bytes

To-Do Application

A basic to-do app.

Tasks can be added or removed via a text box and removal checkboxes.

The controller accepts a JSON array or an array object to update.

The controller can output a JSON array.

A Unit Test is available.