This is a submission for the Mobile Programming's Assignment 1
I built a simple To-Do App that allows users to manage their tasks efficiently. The app performs CRUD (Create, Read, Update, Delete) operations using Hive, a lightweight and fast NoSQL database for Flutter.
git clone https://github.com/zelvann/todo-app.git
cd todo-app
Then install dependencies,
flutter pub get
After that, run the app
flutter run
- Click the + button to add a new task.
- Tap a task to edit it.
- Swipe left/right to delete a task.
https://www.youtube.com/watch?v=sDakbcAAEEM
https://www.youtube.com/playlist?list=PLWhSmdyhZUVSZBXZUEUNQnEPZwrhzMz_H