Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 395 Bytes

TODO test

Create a simple todo app. A user should be able to

  • See a list of todos
  • Create a new todo
  • Flag a todo as done (deletes a todo)

Bonus features

  • Implement a soft delete feature for the todos, to allow the user to undo a "flag as done" action
  • Setup a github action that builds the project
  • Write some tests
  • Expose the todos via a restful api