path # lines of code
index.html 19
jasmine.js 29
src/actions/addItem.ts 19
src/actions/removeAllCompleted.ts 21
src/actions/removeItem.ts 18
src/actions/setFilter.ts 8
src/actions/toggleAllCompleted.ts 11
src/actions/toggleCompleted.ts 9
src/actions/toggleEditItem.ts 13
src/actions/updateEditItemValue.ts 7
src/actions/updateItem.ts 11
src/actions/updateTextboxValue.ts 7
src/bootstrap.tsx 12
src/components/App.tsx 13
src/components/Main.tsx 79
src/components/footer/FilterButton.tsx 26
src/components/footer/Footer.tsx 16
src/components/footer/ItemsLeftCount.tsx 12
src/components/header/Header.tsx 8
src/components/header/NewTaskInput.tsx 32
src/index.ts 2
src/store/schema.ts 18
src/store/store.ts 11