Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 740 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 740 Bytes

ORANGE TO-DO 🍊

This simple To-Do application is a useful tool for organizing your daily tasks. You can easily add, edit, and delete items from the to-do list. Also, your data is securely stored using the Hive database, ensuring that you always have access to up-to-date information about your tasks.

APP

Installation

  1. Create a new Flutter project:
flutter create orange-todo
  1. Clone the repository:
git clone https://github.com/GunseliUnsal/orange-todo.git
  1. Test your changes by running the app on an emulator or a physical device:
flutter pub get
flutter run