Skip to content

This Flutter-based app helps users manage personal tasks efficiently. It allows users to create tasks, set deadlines, and track progress. Tasks are stored in a CSV file, with options to mark them as completed or pending. The app includes features like due date management, status updates, and the ability to track if tasks are completed on time.

License

Notifications You must be signed in to change notification settings

sohamsangole/taskflow

Repository files navigation

Logo

TaskFlow

TaskFlow is a personal task management software designed to help users stay organized, track their tasks, and enhance productivity. With an intuitive interface, TaskFlow allows users to add, view, and update tasks, set deadlines, and track completion status. Tasks are stored in CSV format, making it easy to manage and access data.

Features

  • Add Tasks: Create tasks with titles, descriptions, and due dates.
  • Track Progress: Easily update task status (Pending or Done).
  • Completion Tracking: Mark tasks as completed and check if they - were completed on time.
  • Data Storage: Tasks are saved and loaded from CSV files.
  • Intuitive Interface: Simple, user-friendly design for smooth navigation and task management.

Installation

To run taskdlow, follow the steps below:

  1. Clone this repository to your local machine:
  git clone https://github.com/sohamsangole/taskflow.git
  1. Navigate to the project directory:
  cd taskflow
  1. Install the dependencies:
  flutter pub get
  1. Run on windows:
  flutter run

Usage

  • Upon launching the app, you can add new tasks by pressing the "Add Task" button.
  • Tasks will be displayed in a list, where you can mark them as completed or pending by tapping on them.
  • The app will track whether tasks are completed on time, based on the due date.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Flutter-based app helps users manage personal tasks efficiently. It allows users to create tasks, set deadlines, and track progress. Tasks are stored in a CSV file, with options to mark them as completed or pending. The app includes features like due date management, status updates, and the ability to track if tasks are completed on time.

Topics

Resources

License

Stars

Watchers

Forks