Simple spreadsheet built with ReactJS.
Features:
- stores state as GET params in URL
- cells are calculated in a topological order of a directed acyclic graph
- custom expression evaluator
Vagrant Registry is written with ReactJS.
Make sure you have installed NodeJS and Yarn.
Install dependencies
$ yarn
Run tests
$ yarn test
Start dev server
$ yarn start
Create production build
$ yarn build
All files will be in build
directory