Description
As I have been teaching myself java alongside my uni studies,
I discovered roadmap.sh, a brilliant website which makes roadmaps for learning
developer skills and programming languages.
I have been following the java dev roadmap, and tried out one of their project ideas which is the Task
Tracker CLI tool which can be found here.
In doing this project I have learnt valuable skills such as:
- Key java OOP skills
- File handling in Java
- Dealing with JSON in java
- Git workflow
Functionality
To use the tool, there are only a few simple commands
-
task-cli add {DESCRIPTION}
-
task-cli update {ID} {DESCRIPTION}
-
task-cli mark-in-progress {ID}
-
task-cli mark-done {ID}
-
task-cli delete {ID}