jackreichert / over-engineered-todo

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

Create TaskCreate component #8

Closed jackreichert closed 11 months ago

jackreichert commented 11 months ago

Context This is a simple app, there aren't many components. This is one of them.

As a user I want to add things to my todo list So that so that I can track what needs to be done

Acceptance Criteria ItemCreate has an input and a submit button.

User inputs a title for a task and submits with a button or enter.

task is added to the list via the context.