https://github.com/gunseliunsal/orange-todo
This To-Do app efficiently organizes daily tasks, allowing easy addition, editing, and deletion of items, with secure Hive database storage for constant access to up-to-date task information.
https://github.com/gunseliunsal/orange-todo
flutter mobile todo todoapp-flutter
Last synced: 3 months ago
JSON representation
This To-Do app efficiently organizes daily tasks, allowing easy addition, editing, and deletion of items, with secure Hive database storage for constant access to up-to-date task information.
- Host: GitHub
- URL: https://github.com/gunseliunsal/orange-todo
- Owner: GunseliUnsal
- Created: 2024-01-15T16:19:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:33:50.000Z (over 1 year ago)
- Last Synced: 2024-01-18T02:35:11.024Z (over 1 year ago)
- Topics: flutter, mobile, todo, todoapp-flutter
- Language: C++
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
```shell
flutter create orange-todo
```2. Clone the repository:
```shell
git clone https://github.com/GunseliUnsal/orange-todo.git
```3. Test your changes by running the app on an emulator or a physical device:
```shell
flutter pub get
flutter run
```