Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 498 Bytes

todo

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.