Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-remah/flutter_todo_app
Flutter To-Do application for managing tasks.
https://github.com/youssef-remah/flutter_todo_app
flutter flutter-bloc
Last synced: 5 days ago
JSON representation
Flutter To-Do application for managing tasks.
- Host: GitHub
- URL: https://github.com/youssef-remah/flutter_todo_app
- Owner: Youssef-Remah
- Created: 2023-11-26T09:09:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T20:22:37.000Z (7 months ago)
- Last Synced: 2024-11-17T02:30:53.697Z (2 months ago)
- Topics: flutter, flutter-bloc
- Language: C++
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
A Flutter application for managing tasks and to-do items.
## Features
- **Task List:** View all your tasks in one place.- **Add New Tasks:** Easily add new tasks with titles, dates, and times.
- **Mark as Done:** Check off completed tasks.
- **Archived Tasks:** Keep track of completed tasks.
## Installation
**1- Clone the repository:**`git clone https://github.com/Youssef-Remah/Flutter_Todo_App.git`
**2- Navigate to the project directory:**
`cd todo-app`
**3- Install dependencies:**
`flutter pub get`
**4- Run the application:**
`flutter run`