This is the project README file. Here, you should describe your project. Tell the reader (someone who does not know anything about this project) all he/she needs to know. The comments should usually include at least:
PROJECT TITLE: IP (Individual Project) for SDA6.
PURPOSE OF PROJECT: To create a general To Do list that is sorted either by date or by its category. There is no limitation to the category you can enter and you must be careful of spelling since the program cannot differentiate between the text. I would recommend showing the list before you make a selection so you don't make any mistakes. The functions are as follows:
- Show a task list, sort a task by category or by date.
- Add a new task by inputing a new task title followed by the category.
- Edit task, Choose a task to edit, once task has been chosen you can choose to change the title, change the category, Mark the task as done, mark the task as Undone, remove task.
- Save whatever operations you have done and quit the program.
VERSION or DATE: 25 October 2019
HOW TO START THIS PROJECT: Follow the instructions.
AUTHORS: Jasmine Vinnfall
USER INSTRUCTIONS: Follow the instructions.