Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.98 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.98 KB

GitHub Header

To Do App (2025) 🎯 ✅

Flutter Dart Android Git Visual Studio Code GitHub Windows
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.

Interfaz principal

Add

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

Agregando

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.

Buscando

Ready

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

Realizado

Deleted

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

Eliminando