Skip to content

emmaprofemx/ToDoApp-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94862d8 Â· Jan 1, 2025

History

34 Commits
Jan 23, 2023
Jan 23, 2023
Jul 15, 2023
Jan 23, 2023
Jan 29, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 1, 2025
Apr 4, 2024
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023

Repository files navigation

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