01.
Todo-List App
A command line todo application with MVC architecture written in Java. The application allows a user to add and track the status of their todos by due date, category, priority, and status (complete/incomplete). User can also sort the todos by due dates or priority. All todos can be imported and exported in CSV files.
Java