Skip to content

rogerhil/todolist

Repository files navigation

Todo List

Build Status

Todo List is a TopTal test project

Requirements

Write a todo list management web application where:

  • I can have my todo list displayed.
  • I can manipulate my list (add/remove/modify entries).
  • Assign priorities and due dates to the entries.
  • I can sort my entry lists using due date and priority.
  • I can mark an entry as completed.
  • Minimal UI/UX design is needed.
  • I need every client operation done using JavaScript, reloading the page is not an option.
  • Write a RESTful API which will allow a third-party application to trigger actions on your app (same actions available on the webpage).
  • You need to be able to pass credentials to both the webpage and the API.
  • As complementary to the last item, one should be able to create users in the system via an interface, probably a signup/register screen.

Licence

License (GPLv3)

Copyright (C) 2013 Rogerio Hilbert Lima [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Releases

No releases published

Packages

No packages published