Here’s a simple README for your project:
A simple and efficient Todo App built with Riverpod for state management. This app is designed to help you manage your tasks effectively, allowing you to:
- Add a new task with a title and a checkbox to mark it as complete.
- Display a list of tasks, showing their titles and completion status.
- Mark tasks as complete by checking the checkbox.
For small projects, I prefer using Riverpod due to its simplicity and flexibility. However, I can also create similar projects using BLoC with Clean Architecture for larger, more complex applications.
-
Add Tasks:
- Enter a task title and add it to the list.
-
View Tasks:
- View all tasks in a categorized list of active and completed tasks.
-
Task Completion:
- Mark tasks as complete or move them back to active status using the checkbox.
For an instant look at how the app works, check out this demo video.
Let me know if you want to include further details like setup instructions or advanced features!