gitextract_90589lj7/ ├── .gitignore ├── README.md ├── app/ │ ├── index.html │ └── js/ │ ├── actions/ │ │ └── index.js │ ├── app.js │ ├── components/ │ │ ├── AddTodo.jsx │ │ ├── AppRoot.jsx │ │ ├── Footer.jsx │ │ └── TodoList.jsx │ └── store/ │ └── index.js ├── package.json └── webpack.config.js