|-- undefined
|-- .gitignore
|-- package.json
|-- README.md
|-- tsconfig.json
|-- yarn.lock
|-- build
| |-- asset-manifest.json
| |-- favicon.ico
| |-- index.html
| |-- manifest.json
| |-- precache-manifest.72bed0bffe5a1b352a8e0fabf8b6fa2b.js
| |-- service-worker.js
| |-- static
| |-- css
| | |-- main.49b7356a.chunk.css
| | |-- main.49b7356a.chunk.css.map
| |-- js
| |-- 2.6af84c1e.chunk.js
| |-- 2.6af84c1e.chunk.js.map
| |-- main.9ffd1910.chunk.js
| |-- main.9ffd1910.chunk.js.map
| |-- runtimemain.a8a9905a.js
| |-- runtimemain.a8a9905a.js.map
|-- public
| |-- favicon.ico
| |-- index.html
| |-- manifest.json
|-- src
|-- App.css
|-- App.test.tsx
|-- App.tsx
|-- index.css
|-- index.tsx
|-- react-app-env.d.ts
|-- serviceWorker.ts
|-- components
| |-- Cell
| | |-- Cell.module.css
| | |-- Cell.tsx
| | |-- index.tsx
| |-- SortCell
| | |-- index.tsx
| | |-- SortCell.module.css
| | |-- SortCell.tsx
| |-- Table
| |-- index.tsx
| |-- Table.module.css
| |-- Table.tsx
|-- tools
|-- createGrid.ts
|-- sortGrid.ts
|-- strEval.ts