Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 563 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 563 Bytes

Todoister

It is a Todo app made using Dao and RecyclerView. The app has the following features:

  • CRUD Operations : Create , Read, Update or Delete a Task
  • Set Due Date of Task
  • Set Priority of Task : HIGH, MEDIUM, LOW
  • The tasks will be displayed with their due date and colour indicating their priority.