Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`