This is a to do list in ReactJS with a form and list component. The form component has a text input and a date input for the description and date due of the task as well as a button to add it to the list. The form data is stored in the state of the form component. In the list component there is a button to clear all of the tasks that have been selected via a check box, by removing them from the DOM.
Deployed to netlify: https://listoftasks.netlify.app