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.
A screenshot of the application startup can be seen.
The user can add a note using the TextBox and clicking the add button.
The user can search for a note, enter the word in the upper bar and it will show the notes that have that word.
Once the user has finished a task, clicking on the purple box sets it as completed.
Finally, the user can delete the task by clicking on the button next to each task.