Skip to content

ahmed-taha1/Taski

Repository files navigation

Taski

Manage your daily tasks

Taski is a mobile application designed for efficient task management. With Taski, you can create, edit, remove, and search for tasks. The app stores tasks locally and is built using Flutter with a clean architecture and BLoC state management for maintainable and scalable code.

Features

  • Create Task: Add new tasks with ease.
  • Edit Task: Modify existing tasks to keep them up to date.
  • Remove Task: Delete tasks that are no longer needed.
  • Search Task: Quickly find tasks using the search functionality.
  • Local Storage: All tasks are stored locally on your device for quick access and offline usage.

Screen Shots

Here are some screenshots of the Taskii app in action:

Home

Home

Completed Tasks

Completed Tasks

Empty

Empty

New Task

New Task

Search

Search

Installation

  1. Clone the repository:

    git clone https://github.com/ahmed-taha1/Taski.git
    cd Taski
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Project Structure

Taski follows a clean architecture approach with well-organized code and clear naming conventions to ensure maintainability and scalability.

Releases

No releases published

Packages

No packages published

Languages