Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 704 Bytes

Numerus - A Spreadsheet Application

Analyse and store data in tabular form. Built using Electron framework.

Demo
See full demo

Features

  • Desktop application
  • Cell formatting
  • Handle cell relationships using formulae
  • Cell movement control through keyboard
  • Ability to modify multiple cells

Installation

Clone this repository

~$ git clone https://github.com/shivamacs/numerus.git
~$ cd numerus

Install the required packages

~/numerus$ npm install

Run

~/numerus$ npm start