Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 342 Bytes

File metadata and controls

13 lines (10 loc) · 342 Bytes

Simple Java CLI To-do list

⚠️ Project designed for practicing Java knowledge, and does not include the logic of storing tasks in separate files

Program logic:

1. 📃 Show tasks list

2. ➕ Add task

3. ➖ Remove task

4. 🧹 Clear tasks list

git clone https://github.com/bytebitt/Java-To-Do.git