A simple task manager to track your daily tasks created with Java and gradle.
Organizing our daily life could be quite difficult, a task manager program could be of a great help to keep tracking of one's daily tasks.
The program is just a simple task manager, with some simple functions for creating, editing, removing and saving tasks.
The program was built using the following tool and language:
- gradle building tool.
- Java.
The program has the following features:
-
Add task : Helps the user to create a new task. Using this feature the user will be asked to choose and enter a task title, name of the project where the title will belong to and the due date when the task has to be done.
-
Show tasks : Helps the user in recalling all tasks created previously as well as retrieving all the related information.
-
Edit and remove a task : Allows the user to edit or removing an existing task.
-
Save task : Allows the user to save the existing tasks in a .CSV file.
-
Quit : Allows the user to save the current tasks and quit the program.
- Sherif Fouda - A sound and vibration engineer who wants to learn programming.
This project was done as a part of my studies at KTH for learning Java.