Skip to content

Shrest4647/minimal-todo-app

Repository files navigation

Minimalistic Todo App in Flutter

Todo App

A minimalistic todo app built with Flutter.

Installation

  1. Clone the repository:
    git clone https://github.com/<username>/minimalistic_todo_app.git
  1. Install the dependencies:
    cd todo_app
    flutter pub get
  1. Run the app:
    cd todo_app
    flutter run
  1. Add a new task:
    Tap the "+" button.
    Enter the task name.
    Tap the "Add" button.
  1. Mark a task as complete:
    Tap the checkbox next to the task.
  1. Delete a task:
    Swipe the task to the left.
    Tap the "Delete" button.

Usage

  1. Open the app on your device or emulator.
  2. Tap the "+" button to add a new task.
  3. Enter the task name and tap "Add".
  4. The task will be added to the list.
  5. Tap a task to mark it as complete.
  6. Tap the "Clear" button to remove all completed tasks.

Contribution

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them to your branch.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

License

This project is licensed under the MIT License.

About

A minimalistic version of a todo app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published