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.
- 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.
To run this app on your local machine, follow these steps:
- Make sure you have Flutter installed. If not, refer to the official Flutter installation guide: Flutter Installation
- Clone this repository to your local machine using the following command:
git clone https://github.com/mrthnby/todo_app.git
- Navigate to the project directory:
cd todo_app
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
- The app should now be running on your connected device or emulator.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open a new issue or submit a pull request.
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.