A simple and intuitive To-Do List app built with Flutter.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Local storage functionality
- Flutter installed on your machine
- A code editor like Visual Studio Code or Android Studio
-
Clone the repository:
$ git clone https://github.com/damooola/todo-app.git
-
Navigate to the project directory $ cd todo-app
-
Install dependencies $ flutter pub get
-
Connect a device or start an emulator
-
Run the app $ flutter run
-
Tap the “+” button to add a new task.
-
Tap the checkbox on a task to mark it as completed.
-
Swipe left on a task to delete it.
Contributions are welcome! Please fork the repository and submit a pull request.