/olakase

to-do web app

Primary LanguagePython

olakase

ola k ase

What: To-do web app

Allows:

  • display of to-do list
  • manipulation of list (add/remove/modify entries)
  • marking entries as completed
  • assignment of:
    • priorities and
    • due dates
  • sorting of entries by those as well

Requirements:

  • app:
    • minimal UI/UX design
    • single-page: cannot reload page. each client operation is an Ajax call.
  • REST API:
    • RESTful API allowing 3rd-party apps to trigger all the same actions