Skip to content

icarrington/ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 s…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors