A simple and elegant GUI todo list application built with Rust and iced 0.13.1.
- ✅ Add and delete tasks
- ✅ Mark tasks as completed/incomplete
- ✅ Clear all completed tasks
- ✅ Light and dark theme support
- ✅ Real-time statistics (total, completed, remaining)
- ✅ Clean and intuitive interface
- ✅ Responsive design with scrollable task list
git clone https://github.com/icedscribe/counter-example.git
cd todo_list
cargo run- Add a task: Type in the input field and press Enter or click "Add"
- Complete a task: Click the checkbox next to the task
- Delete a task: Click the "Delete" button
- Switch themes: Click "Dark Mode"/"Light Mode" button
- Clear completed: Click "Clear Completed" to remove all finished tasks
This project is open source and available under the GPL-3.0 License.