[go: nahoru, domu]

Skip to content

cupcake08/Todo-App

Repository files navigation

Todo App

A simple Todo app that allows users to create, edit, and delete tasks, search for tasks, set reminders, and store data even after closing the app.

Demo Video

Watch a demo of the app in action:

Features

  • Create tasks: Users can create tasks with a title, description, due date, and priority level.
  • Edit tasks: Users can edit the title, description, due date, and priority level of existing tasks.
  • Delete tasks: Users can delete tasks.
  • Search tasks: Users can search for tasks by title, description, or priority level.
  • Set reminders: Users can set reminders for tasks with a due date.
  • Persistent data: The app uses Isar database to store the tasks, so data is saved even after the app is closed.

Installation

  • Clone this repository
  • Run
    $ flutter pub get
  • Run the app using flutter run or using your preferred IDE.

Dependencies

Credits

This app was created by Ankit Bhankharia.