Task Tracking System
In this project, you will complete a task tracking system app. This system allows users to track and manage tasks in a tabular format. The table includes the task name and description. Below is the screenshot of the complete task tracking ystem app:
In order to complete this project, you need to add TableTemplated component to this app. The following concepts and skills of Blazor WebAssembly will be assessed in this project:
RenderFragment parameters
EventCallback parameters
Good luck!