webroo / microsheet

A very small spreadsheet, built with React, Redux, and Immutable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsheet

A very small spreadsheet. Built with React, Redux, and Immutable.

Screenshot

Features:

  • Formula support, inc. cell references
  • Basic formula calculations (SUM and AVERAGE)
  • Autofill
  • Full keyboard support

Install

Clone repository, then run:

npm install

Run scripts

Run scripts are handled by npm using the scripts field in package.json.

npm run serve - Serves a development version of the app at http://localhost:8080

npm run serve-tests - Serves a test runner at http://localhost:8081

npm run serve-prod - Serves a production version at http://localhost:8080

npm run build-dev - Builds a dev version of the app and writes the files to the build folder

npm run build-prod - Builds a production version of the app and writes the files to the build folder

npm run build-tests - Builds the test suite and writes the files to the build folder

About

A very small spreadsheet, built with React, Redux, and Immutable

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.7%Language:HTML 0.1%