Skip to content

A spreadsheet application developed using Electron framework.

License

Notifications You must be signed in to change notification settings

shivamacs/numerus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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