Skip to content

This project is a console-based To-Do List application developed in Java that alows users to manage their tasks efficiently.

Notifications You must be signed in to change notification settings

julianchen24/To-Do-List-Java-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages