Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 713 Bytes

To-Do-List-Java-Project

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.

Installation

To run the project please ensure you have Java 22.0.X installed and follow the steps below:

  1. Clone the repository
$ git clone https://github.com/julianchen24/To-Do-List-Java-Project
$ cd To-Do-List-Java-Project
  1. Compile the project
$ javac TaskMain.java Task.java

Usage

Run the To-Do List using the:

$ java TaskMain

Contributing

All contributions are welcome.