Skip to content

Task Tracker is a Flutter app for managing tasks efficiently. Organize, add, and edit tasks with ease.

Notifications You must be signed in to change notification settings

Shubham-Zone/Task-Tracker-App

Repository files navigation

Task Tracker App

Task Tracker is a simple Flutter application for tracking tasks.

Features

  • Add tasks with title and description.
  • Mark tasks as completed.
  • Edit existing tasks.
  • Delete tasks.
  • View a list of tasks.

Installation

  1. Clone the repository:

    git clone https://github.com/Shubham-Zone/task_tracker.git
    
  2. Navigate to the project directory:

    cd task_tracker
    
  3. Install dependencies:

    flutter pub get
    
  4. Run the app:

    flutter run
    

Usage

  • Add a new task by tapping the "+" button.
  • Tap on a task to mark it as completed.
  • Long press on a task to edit or delete it.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new Pull Request.

About

Task Tracker is a Flutter app for managing tasks efficiently. Organize, add, and edit tasks with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published