todo_app is a simple Flutter application that allows users to Track their tasks and bowse them in simple minimal design
- minimal design
- add time date and emoji for task
- mark tasks as:
- new
- done
- archived
1 | 2 | 3 | 4 |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- Clone the repository:
git clone https://github.com/SeragAmged/todo_app.git
- Navigate to the project directory:
cd todo-app
- Install the required dependencies:
flutter pub get
- Run the app on an emulator or connected device:
flutter run