Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.43 KB

todo_app

todo_app is a simple Flutter application that allows users to Track their tasks and bowse them in simple minimal design

Features

  • minimal design
  • add time date and emoji for task
  • mark tasks as:
    • new
    • done
    • archived

Screenshots

1 2 3 4
new add time date
newWcont del2 done arch

Installation

  1. Clone the repository:
git clone https://github.com/SeragAmged/todo_app.git
  1. Navigate to the project directory:
cd todo-app
  1. Install the required dependencies:
flutter pub get
  1. Run the app on an emulator or connected device:
flutter run