React Todos » Simple Todo Item Component
LearnJS » CodeSandbox.io » React Todos
👉 User Story:
Create a `TodoItem` component that respect the following signature:
<TodoItem
id="x1"
text="buy milk"
completed={false}
/>
The component should show a visual feedback to make it easy to understand
the state of the todo item.
You can try things out directly on this sandbox:
✅ Proposed Solution:
Don't run this unless you gave a very good effort to solve it yourself!
🤓 Resources:
[[ TO BE COMPLETED ]]