https://github.com/emmaprofemx/todoapp-flutter
ToDoApp | Personal Project | Educational
https://github.com/emmaprofemx/todoapp-flutter
dart educational-project flutter flutter-examples to-do-list
Last synced: 5 months ago
JSON representation
ToDoApp | Personal Project | Educational
- Host: GitHub
- URL: https://github.com/emmaprofemx/todoapp-flutter
- Owner: emmaprofemx
- Created: 2023-01-23T16:47:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T08:55:01.000Z (9 months ago)
- Last Synced: 2025-05-07T12:09:31.296Z (5 months ago)
- Topics: dart, educational-project, flutter, flutter-examples, to-do-list
- Language: C++
- Homepage:
- Size: 2.59 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do App (2025) :dart: :white_check_mark:
    


In this repository a "To Do" project was created in which the user can add and delete notes. At the same time, the user can search for a specific note using the search engine inside the app.## App home window
A screenshot of the application startup can be seen.

## Add
The user can add a note using the TextBox and clicking the add button.

## Searching Note
The user can search for a note, enter the word in the upper bar and it will show the notes that have that word.

## Ready
Once the user has finished a task, clicking on the purple box sets it as completed.

## Deleted
Finally, the user can delete the task by clicking on the button next to each task.
