react-js-spreadsheet

Experimental spreadsheet webapp

MIT License

Stars
0

react-js-spreadsheet

Built for fun and practice, not intended to be particularly useful.

Getting started

  • Clone the repository
  • yarn install installs dependencies
  • yarn start launches the dev server on http://localhost:3000
  • yarn test runs the tests
  • Hack away!

Roadmap

  • 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

Design goals/ambitions

  • Simplicity
  • Decent performance
  • Clean code
  • Complete test coverage