From b227565b0a5f725941f7f5e004fbb3a4d27cb904 Mon Sep 17 00:00:00 2001 From: Vanina Godoy <86501009+vlambo3@users.noreply.github.com> Date: Fri, 3 May 2024 10:20:14 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a08b553..026354c 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ The application follows an MVC (Model-View-Controller) architecture model. Tasks ## Screenshots ### Main Screen -![Main Screen](https://github.com/vlambo3/TaskManagerApp/images/main_screen_image.png) +![Main Screen](https://raw.githubusercontent.com/vlambo3/TaskManagerApp/main/images/main_screen_image.png) - This is the main screen of the application. It features two buttons to add tasks and two buttons to list tasks. ### Add Task Form -![Add Task Form](https://github.com/vlambo3/TaskManagerApp/images/add_task_form_image.png) +![Add Task Form](https://raw.githubusercontent.com/vlambo3/TaskManagerApp/main/images/add_task_form_image.png) - This form is used to add new tasks. After adding a task, a success or error message is displayed. ### Task List -![Task List](https://github.com/vlambo3/TaskManagerApp/images/task_list_image.png) +![Task List](https://raw.githubusercontent.com/vlambo3/TaskManagerApp/main/images/task_list_image.png) - This is the task list screen. It displays tasks in a table format, with options to delete or edit each task. - ### Update Task -![Update Task](https://github.com/vlambo3/TaskManagerApp/images/update_task_form_image.png) +![Update Task](https://raw.githubusercontent.com/vlambo3/TaskManagerApp/main/images/update_task_form_image.png) - This form is used to update existing tasks. It is shown if you click on the ID button. Additionally, tasks can be deleted from the list by clicking on the Delete button. ## Installation and Usage