Text-based Todo Application
A command-line todo application built in Java that allows users to manage tasks through a simple text interface. The application features persistent storage, task prioritization, and basic task management operations.
Features
- Create, read, update, and delete tasks
- Mark tasks as complete
- Set task priorities
- Persistent storage using file I/O
- Simple command-line interface
Technical Details
Built using:
- Java for core functionality
- File I/O for data persistence
- Command-line interface for user interaction