Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Todo List App in Java

This is a simple command-line Todo List App implemented in Java using the ArrayList data structure.

Features

  • Add items to the todo list
  • Remove items from the todo list
  • Display the current items in the todo list

Usage

  • Compile the Java program.
  • Run the program.
  • Follow the on-screen instructions to add, remove, or view items in the todo list.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.