Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTrackerCLI


TaskTrackerCLI is a command-line application that helps you manage and keep track of your tasks.

Planned Features

  • add, update, and remove tasks
  • Mark task as done or in progress
  • List all tasks that are done or in progress
  • List all tasks that are not done

About

This project was initially built to complete the Task Tracker CLI challenge from roadmap.sh, but as I got more involved, it grew into a side project focused on learning.

It helped me practice and understand:

  • Class
  • Encapsulation
  • Methods
  • getters and setters
  • List
  • Array
  • Searches

Prerequisites

  • Java 17 or higher
  • Maven (or use the included Maven Wrapper)

How to run

Clone the repository:

git clone https://github.com/jmarcos-dev/TaskTrackerCLI.git
cd TaskTrackerCLI

Compile the project:

./mvnw compile

Run the application:

./mvnw exec:java -Dexec.mainClass="Main"

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages