Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 381 Bytes

ACD Todo Application


Make a functional todo application.

Please check the Gemfile for a list of gems that we use.

Formats that must be used:

  • .haml (html)
  • .scss (css)
  • .coffee (js)

Minimal Functionality:

  • Basic CRUD.
  • Ability to mark as done.
  • Authentication (Please use devise).

For bonus points make the app update in real time