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.
- 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.
Here are some screenshots of the Taskii app in action:
-
Clone the repository:
git clone https://github.com/ahmed-taha1/Taski.git cd Taski
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
Taski follows a clean architecture approach with well-organized code and clear naming conventions to ensure maintainability and scalability.