Skip to content

zelvann/todo-app

Repository files navigation

This is a submission for the Mobile Programming's Assignment 1

What I Built

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.

Installation & Setup

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

Usage

  • Click the + button to add a new task.
  • Tap a task to edit it.
  • Swipe left/right to delete a task.

Demo Link

https://www.youtube.com/watch?v=sDakbcAAEEM

Reference

https://www.youtube.com/playlist?list=PLWhSmdyhZUVSZBXZUEUNQnEPZwrhzMz_H

About

Todo App Powered By Hive NoSQL Database

Resources

Stars

Watchers

Forks