/minimal-Spreadsheet

Web app with a usable spreadsheet

Primary LanguageJavaScript

Minimal-Spreadsheet

Web app with a usable spreadsheet

Technical Requirements

  • TypeScript
  • CSS Grid

Features

  • Arithmatic in cells
  • Adding additional rows
  • Reorderable columns
  • Persisting cell values between refreshes

Features to be completed

  • Referencing cells values (e.g. "=A1 + B2")
  • Adding additional columns
  • Reorderable rows

Set up

  • run npm install to install the project dependencies.
  • run npm run-script start to run the project locally.