Direction: Choose the correct option
Q1.
In a typical React todo app, where would you store the list of todos?
Direction: Choose the correct option
Q2.
How do you add a new todo item in a todo app?
Direction: Choose the correct option
Q3.
What is a common way to mark a todo as completed?
Direction: Choose the correct option
Q4.
How would you filter todos to show only completed ones?
Direction: Choose the correct option
Q5.
What hook might you use to persist todos to local storage?
