Todo list application is a Text based user interface.It contains details such as Tasks to do, which project it belongs, Date and whether the task is still open or close. Todo list is sorted either by Date or by Project Name.It uses text file for storing and retrieving the data.To do list can be manipulated using Add Delete Edit and Save option.
- IDE Eclipse 4.8
- Java 9
- Text file for Storing and retrieving data.
##Testing: Tested the Application using JList framework.Tested few Major functionality like Adding, Editing and Deleting the To do List Data. Also Tested the Sorting functionality to check whether the List is sorted based on Date.
The Exact overview of how the Todo list Application has been designed and works is described in the user Manual.

