Create a todo list and allow user to enter todo list on the UI. Once task is completed, allow user to mark the task as completed. This moment, the task will show as striked through and completed button will be disabled. User can now delete this task or create new task.
This is a toDo list using React Hooks
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Snapshot of the UI are shown below: