A sample todo appp
Back end api - https://mysample-test-application.herokuapp.com/todos Front end link - https://test-todo-sample-app.netlify.app/ Database - Mongo DB
Specifications TODO Tasks have the following properties 1 - Unique ID 2 - Title 3 - Description 4 - Status
You may add an item, delete an item or edit any of the properties of an item, with the exception of it's ID.
Extra features added include reponsive browser support, and a section for reordering by click and drag.