A minimalistic todo app built with Flutter.
- Clone the repository:
git clone https://github.com/<username>/minimalistic_todo_app.git
- Install the dependencies:
cd todo_app
flutter pub get
- Run the app:
cd todo_app
flutter run
- Add a new task:
Tap the "+" button.
Enter the task name.
Tap the "Add" button.
- Mark a task as complete:
Tap the checkbox next to the task.
- Delete a task:
Swipe the task to the left.
Tap the "Delete" button.
- Open the app on your device or emulator.
- Tap the "+" button to add a new task.
- Enter the task name and tap "Add".
- The task will be added to the list.
- Tap a task to mark it as complete.
- Tap the "Clear" button to remove all completed tasks.
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Create a pull request to the main repository.
This project is licensed under the MIT License.