This repository contains a Java-based To-Do List application that allows users to create, view, and categorize tasks based on priority. The program runs in the command-line and features a user-friendly interface to help manage daily, short-term, and long-term tasks.
To run the project please ensure you have Java 22.0.X installed and follow the steps below:
- Clone the repository
$ git clone https://github.com/julianchen24/To-Do-List-Java-Project
$ cd To-Do-List-Java-Project
- Compile the project
$ javac TaskMain.java Task.java
Run the To-Do List using the:
$ java TaskMain
All contributions are welcome.