Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 941 Bytes

File metadata and controls

38 lines (28 loc) · 941 Bytes


AD Project - Simple & Beautiful

A minimal Todo mobile app made using Flutter.

Key FeaturesHow To UseDownloadCredits

Key Features

  • Easily add and remove tasks
  • Organize tasks under categories. editing.
  • Personalize task category using color and icon.

How To Use

To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/keepview/AD-Project.git

# Go into the repository
$ cd AD-Project

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run