cdprogramming / minimal-Spreadsheet

Web app with a usable spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web app with a usable spreadsheet


Languages

Language:JavaScript 72.7%Language:TypeScript 15.0%Language:HTML 11.3%Language:CSS 0.9%