This is a simple command-line Todo List App implemented in Java using the ArrayList data structure.
- Add items to the todo list
- Remove items from the todo list
- Display the current items in the todo list
- Compile the Java program.
- Run the program.
- Follow the on-screen instructions to add, remove, or view items in the todo list.
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.