/Tasuku

Tasuku - Flutter App for Managing Tasks

Primary LanguageC++MIT LicenseMIT

Tasuku

Tasuku is a Flutter application designed to help you manage your daily tasks efficiently. With an intuitive UI, Tasuku makes task management seamless and enjoyable.

Overview

Tasuku is a lightweight yet powerful tool for staying organized. Whether it's personal errands or work-related tasks, Tasuku helps you keep everything in order.

Features

  • Add and manage new tasks effortlessly
  • Mark tasks as completed with a single tap
  • View tasks in an organized list
  • Simple and clean user interface

Screenshots

Home Screen Add Task Completed Task
Home Screen Add Task Completed Task

Note: Images are responsive to your screen size.

Getting Started

To get started with Tasuku, follow these steps:

  1. Clone the repository:

    git clone https://github.com/thejohncaleb/tasuku.git
    
  2. Navigate to the project directory:

    cd tasuku
  3. Install dependencies:

    flutter pub get
    
  4. Run the application:

    flutter run
    

Installation

To install the app on your device:

  1. Ensure Flutter is set up on your machine. Install Flutter
  2. Download or clone this repository.
  3. Build and run the project on your preferred device or emulator.

Contributions

Contributions are welcome! If you'd like to contribute to Tasuku:

  1. Fork the repository
  2. Create a feature branch:
    git checkout -b feature-name
    
  3. Commit your changes:
    git commit -m "Add new feature"
    
  4. Push your branch:
    git push origin feature-name
    
  5. Open a pull request

License

This project is licensed under the MIT License.


Thank you for checking out Tasuku! We hope it makes your life easier.