Instructions
Create a todo application with the following features:
1. Add new todos by typing in the input field and pressing Enter or clicking Add
2. Toggle todo completion status by clicking the checkbox
3. Delete todos by clicking the Delete button
4. Display todos in a clean, organized list
5. Show completed todos with a strikethrough effect
Use React hooks (useState) to manage the todo state.