Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 466 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 466 Bytes

A (barely functional) Todo List with a timer

being built with AngularJS

Initial Goals

  • Each todo item should have its own timer and controls- start, pause, resume, stop, and clear
  • Each timer should be tied to its todo item
  • Persistence, with a look towards a database of some type.

Resources and Thanks