jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Create an item and list component #7

Closed jackreichert closed 11 months ago

jackreichert commented 11 months ago

As a user I want a list of my todos So that so that I can track what I need to do and what I've done

Acceptance Criteria

List component should render all of the tasks as a list.

Task component should have the title:string and completed:bool. When the completed is clicked it should toggle the state from completed, to incomplete.