Built for fun and practice, not intended to be particularly useful.
- Clone the repository
yarn install
installs dependenciesyarn start
launches the dev server on http://localhost:3000yarn test
runs the tests- Hack away!
- Display spreadsheet
- Basic Javascript evaluation in cells
- Keyboard navigation with VI-style shortcuts
- CSV import/export
- Save spreadsheet in local storage
- Automatically save while editing
- Support evaluation of other programming languages
- Simplicity
- Decent performance
- Clean code
- Complete test coverage