Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.31 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.31 KB

ToDo App with Flutter

This is a simple ToDo app developed using Flutter. It allows users to create and manage their daily tasks efficiently. The app provides a clean and intuitive interface, making it easy to stay organized and productive.

Features

  • Task Creation: Users can easily create new tasks by providing a title and time.
  • Task Management: Tasks can be marked as complete or incomplete, allowing users to track their progress.
  • Search: The app allows users to search for specific tasks by their titles.
  • User-Friendly Interface: The app offers a clean and intuitive user interface, making it easy to navigate and use.

Screenshots

home add_task time_pick tasks completed_tasks search

Getting Started

To run this app on your local machine, follow these steps:

  1. Make sure you have Flutter installed. If not, refer to the official Flutter installation guide: Flutter Installation
  2. Clone this repository to your local machine using the following command: git clone https://github.com/mrthnby/todo_app.git
  3. Navigate to the project directory: cd todo_app
  4. Install the dependencies: flutter pub get
  5. Run the app: flutter run
  6. The app should now be running on your connected device or emulator.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open a new issue or submit a pull request.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this project as per the terms of the license.