This project was created as a way to manage tasks, it's like a to-do list
The project contains 6 files. 4 of them are classes (it uses at least 3 meaningful classes), 1 is the main class, and 1 is the text file used to test the project.
This project was created using Java and Object-Oriented Programming. The objective of this project is to keep track of tasks to do based on their priority, due date, and category. The user has the option to mark something completed in the terminal, and it updates the list in the text file, marking it true - indicating the completion of a task. There is also the option to add more tasks to the list, and it also updates the text file with the new task.