This is a TODO App project built using Hive DB.
- Add new tasks
- Mark tasks as completed
- Edit task details
- Delete tasks
- Filter tasks by status (completed/incomplete)
-
Clone the repository:
git clone https://github.com/your-username/todo-app.git
-
Install the required dependencies:
cd todo-app flutter pub get
-
Run the app:
flutter run
- Launch the app on your device/emulator.
- Add new tasks by tapping on the "+" button.
- Mark tasks as completed by tapping on the checkbox.
- Edit task details by tapping on the task.
- Delete tasks by swiping them to the left or right.
- Use the filter options to view completed or incomplete tasks.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.