Skip to content

k1499/Todo-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Implementation Details

Component Tree

index.js
---App.js
------Form.js
------todoContainer.js

UI states

  • An Array of Todos that lives in the Lowest Common Ancestor of Form and todoContainer component.
  • A state to keep track of input in the Form component.

Application Screenshot

image