Question: Using React 1 6 , create a todo list component. The component should be the default export ( use export default ) . Requirements: 1
Using React create a "todo list" component. The component should be the default export use export default
Requirements:
Users should be able to add items to the list:
Use an element to accept user input for the todo list item. Use a element to append the text in the element as an item to the list and clear the element. Use
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
