Demonbruster / todo-app

0 stars 0 forks source link

Create list todo #3

Closed Demonbruster closed 6 months ago

Demonbruster commented 6 months ago

Create a component to show the list of tasks,

thisisfaaris commented 6 months ago
thisisfaaris commented 6 months ago

Develop a component for displaying the list of tasks. Each task should include text, an edit option, and a delete option. Completed tasks should be visually distinguished with a strikethrough. Use mapping and repetition to display tasks fetched from the backend. Allow users to edit or delete tasks directly from this component.